Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Nov 12, 2024
1 parent a7c0b5f commit 19f47eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class ChangeStatusService(
PICNIC -> AttendanceStatus.PICNIC
DROPOUT -> AttendanceStatus.DROPOUT
EMPLOYMENT -> AttendanceStatus.EMPLOYMENT
GO_HOME -> AttendanceStatus.GO_HOME
else -> AttendanceStatus.ATTENDANCE
}
}
Expand Down

0 comments on commit 19f47eb

Please sign in to comment.