Enable detekt rules UnusedParameter and UnusedPrivateProperty and cleanup the code.

This commit is contained in:
Benoit Marty
2023-07-20 17:48:56 +02:00
parent bb3511e5f3
commit bd2826da3a
9 changed files with 11 additions and 24 deletions

View File

@@ -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?*/) {