Skip to content

Commit d026b47

Browse files
committed
chore: lint
1 parent c7425ee commit d026b47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/to/bitkit/fcm/WakeNodeWorker.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import to.bitkit.models.NotificationDetails
3535
import to.bitkit.repositories.ActivityRepo
3636
import to.bitkit.repositories.BlocktankRepo
3737
import to.bitkit.repositories.LightningRepo
38-
import to.bitkit.services.CoreService
3938
import to.bitkit.ui.pushNotification
4039
import to.bitkit.utils.Logger
4140
import to.bitkit.utils.withPerformanceLogging
@@ -46,7 +45,6 @@ import kotlin.time.Duration.Companion.minutes
4645
class WakeNodeWorker @AssistedInject constructor(
4746
@Assisted private val appContext: Context,
4847
@Assisted private val workerParams: WorkerParameters,
49-
private val coreService: CoreService,
5048
private val lightningRepo: LightningRepo,
5149
private val blocktankRepo: BlocktankRepo,
5250
private val activityRepo: ActivityRepo,

0 commit comments

Comments
 (0)