Skip to content

Commit

Permalink
application no error
Browse files Browse the repository at this point in the history
meltapplee committed Sep 26, 2024
1 parent b1b319c commit 1ff013f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ class ChangeApplicationStatusService(
val admin = adminFacadeUseCase.currentAdmin()
if (request.status == Status.NO) {
handleStatusNo(request.idList)
return
}

val updateApplicationList = request.idList.map { id ->

0 comments on commit 1ff013f

Please sign in to comment.