Enable detekt rules UnusedParameter and UnusedPrivateProperty and cleanup the code.
This commit is contained in:
parent
24ece8c454
commit
86756dbc09
9 changed files with 11 additions and 24 deletions
|
|
@ -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?*/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue