fix MR Comment

This commit is contained in:
DerGenaue
2024-12-11 17:26:44 +01:00
parent 46a7103d47
commit 80a488e3bf

View File

@@ -37,7 +37,7 @@ import java.util.concurrent.TimeUnit.MINUTES
private val TAG = RepoUpdateWorker::class.java.simpleName
class RepoUpdateWorker(
private val appContext: Context,
appContext: Context,
workerParams: WorkerParameters,
) : CoroutineWorker(appContext, workerParams) {