File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/src/main/java/to/bitkit/fcm Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ import to.bitkit.models.NotificationDetails
3535import to.bitkit.repositories.ActivityRepo
3636import to.bitkit.repositories.BlocktankRepo
3737import to.bitkit.repositories.LightningRepo
38- import to.bitkit.services.CoreService
3938import to.bitkit.ui.pushNotification
4039import to.bitkit.utils.Logger
4140import to.bitkit.utils.withPerformanceLogging
@@ -46,7 +45,6 @@ import kotlin.time.Duration.Companion.minutes
4645class 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 ,
You can’t perform that action at this time.
0 commit comments