Skip to content

Commit 61910e2

Browse files
committed
[BOOK-367] refactor: 코드 스타일 통일 리뷰 반영
1 parent b68ed25 commit 61910e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/common/src/main/kotlin/com/ninecraft/booket/core/common/utils/HandleException.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ fun postErrorDialog(
6969
}
7070

7171
ErrorScope.LOGIN -> {
72-
val loginErrorTitle = "로그인 오류"
73-
loginErrorTitle to "예기치 않은 오류가 발생했습니다.\n다시 로그인 해주세요."
72+
"로그인 오류" to "예기치 않은 오류가 발생했습니다.\n다시 로그인 해주세요."
7473
}
7574

7675
ErrorScope.AUTH_SESSION_EXPIRED -> {

0 commit comments

Comments
 (0)