remove redundant change of KronSchedulerWork.kt

This commit is contained in:
2024-03-16 10:31:12 +06:00
parent af28fce6f5
commit 6845537afd
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,6 @@ abstract class KronSchedulerWork(
}
throw e
}
result.outputData
when (result) {
is Result.Failure -> if (prolongOnFailure) prolong()
is Result.Success -> if (prolongOnSuccess) prolong()