Fix build

This commit is contained in:
Niels Andriesse 2021-05-13 09:40:07 +10:00
parent 3cab81c329
commit 43ba829977
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class Storage(context: Context, helper: SQLCipherOpenHelper) : Database(context,
}
override fun markJobAsFailedPermanently(jobId: String) {
DatabaseFactory.getSessionJobDatabase(context).markJobAsFailed(jobId)
DatabaseFactory.getSessionJobDatabase(context).markJobAsFailedPermanently(jobId)
}
override fun getAllPendingJobs(type: String): Map<String, Job?> {