Skip to content

Commit

Permalink
Merge pull request #323 from wafflestudio/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Hank-Choi authored Jan 15, 2025
2 parents dfae829 + 2f6cc24 commit ea9c1d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions api/src/main/resources/logback.xml

This file was deleted.

2 changes: 1 addition & 1 deletion core/src/main/kotlin/common/exception/Snu4tException.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object WrongSemesterException : Snu4tException(ErrorType.WRONG_SEMESTER)
class LectureTimeOverlapException(confirmMessage: String) : Snu4tException(
error = ErrorType.LECTURE_TIME_OVERLAP,
displayMessage = confirmMessage,
ext = mapOf("confirm_message" to confirmMessage)
ext = mapOf("confirm_message" to confirmMessage),
)

object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)
Expand Down

0 comments on commit ea9c1d5

Please sign in to comment.