From d8e4a62a244c830769f27b14b0a5400685bae8b1 Mon Sep 17 00:00:00 2001 From: Hank-Choi Date: Tue, 14 Jan 2025 19:08:17 +0900 Subject: [PATCH 1/2] Fix lint --- core/src/main/kotlin/common/exception/Snu4tException.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/common/exception/Snu4tException.kt b/core/src/main/kotlin/common/exception/Snu4tException.kt index 4fc7677e..744d0010 100644 --- a/core/src/main/kotlin/common/exception/Snu4tException.kt +++ b/core/src/main/kotlin/common/exception/Snu4tException.kt @@ -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) From 2f6cc2443eaee9d4aa69b0f3e1980a71d22efaaa Mon Sep 17 00:00:00 2001 From: Hank-Choi Date: Wed, 15 Jan 2025 14:54:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?logback.xml=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/src/main/resources/logback.xml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 api/src/main/resources/logback.xml diff --git a/api/src/main/resources/logback.xml b/api/src/main/resources/logback.xml deleted file mode 100644 index c1d59f4c..00000000 --- a/api/src/main/resources/logback.xml +++ /dev/null @@ -1,3 +0,0 @@ - - -