Skip to content

Commit

Permalink
Merge branch 'develop' into plgafhd/fix-password-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
plgafhd authored Jan 4, 2025
2 parents ba1c504 + dffa142 commit 70e0433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fun checkLectureOverlap(
when (e) {
is ErrorParsedHttpException -> {
if (e.errorDTO?.code == ErrorCode.LECTURE_TIME_OVERLAP) {
onLectureOverlap(e.errorDTO.ext?.get("confirm_message") ?: "")
onLectureOverlap(e.errorDTO.displayMessage ?: "")
} else {
apiOnError(e)
}
Expand Down

0 comments on commit 70e0433

Please sign in to comment.