Enable detekt rules UnusedParameter and UnusedPrivateProperty and cleanup the code.
This commit is contained in:
@@ -26,7 +26,7 @@ class UnregisterUnifiedPushUseCase @Inject constructor(
|
||||
@ApplicationContext private val context: Context,
|
||||
//private val pushDataStore: PushDataStore,
|
||||
private val unifiedPushStore: UnifiedPushStore,
|
||||
private val unifiedPushGatewayResolver: UnifiedPushGatewayResolver,
|
||||
// private val unifiedPushGatewayResolver: UnifiedPushGatewayResolver,
|
||||
) {
|
||||
|
||||
suspend fun execute(clientSecret: String /*pushersManager: PushersManager?*/) {
|
||||
|
||||
Reference in New Issue
Block a user