Skip to content

Commit

Permalink
modify :: ChangeStatusService
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Nov 12, 2024
1 parent 819a674 commit 73fa7d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ChangeStatusService(
)
updateStatuses.add(updatedStatus)

if (requests.statusType in setOf(EMPLOYMENT, PICNIC, ATTENDANCE)) {
if (requests.statusType in setOf(EMPLOYMENT, PICNIC, ATTENDANCE, DROPOUT)) {
val attendance = queryAttendancePort.findByUserId(requests.userId)
?: throw UserNotFoundException

Expand Down

0 comments on commit 73fa7d4

Please sign in to comment.