Skip to content

Commit

Permalink
Replace old fucntion name with new function name.
Browse files Browse the repository at this point in the history
Signed-off-by: Lentumunai-Mark <lentumunai.mark@students.jkuat.ac.ke>
  • Loading branch information
Lentumunai-Mark committed Sep 12, 2024
1 parent 8c0cb27 commit 01924cb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ constructor(
override suspend fun doWork(): Result {
return withContext(dispatcherProvider.io()) {
fhirResourceUtil.run {
expireOverdueTasks()
closeResourcesRelatedToCompletedServiceRequests()
closeCustomResources()
}
expireOverdueTasks()
closeResourcesRelatedToCompletedServiceRequests()
closeFhirResources()
}
Result.success()
}
}
Expand Down

0 comments on commit 01924cb

Please sign in to comment.