Skip to content

Commit ea9c1d5

Browse files
authored
Merge pull request #323 from wafflestudio/develop
Release
2 parents dfae829 + 2f6cc24 commit ea9c1d5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

api/src/main/resources/logback.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

core/src/main/kotlin/common/exception/Snu4tException.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ object WrongSemesterException : Snu4tException(ErrorType.WRONG_SEMESTER)
9898
class LectureTimeOverlapException(confirmMessage: String) : Snu4tException(
9999
error = ErrorType.LECTURE_TIME_OVERLAP,
100100
displayMessage = confirmMessage,
101-
ext = mapOf("confirm_message" to confirmMessage)
101+
ext = mapOf("confirm_message" to confirmMessage),
102102
)
103103

104104
object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)

0 commit comments

Comments
 (0)