Skip to content

Commit b62bb88

Browse files
committed
refactor: DenyQuizFacade 에서 에러 발생시 에러로그도 남기도록 수정한다
1 parent 90c925b commit b62bb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/gitanimals/quiz/app/DenyQuizFacade.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class DenyQuizFacade(
5656
)
5757
)
5858
}.getOrElse {
59-
logger.error("[DenyQuizFacade] Cannot decrease point. userId: \"${notApprovedQuiz.userId}\", point: \"$CREATE_QUIZ_PRICE\"")
59+
logger.error("[DenyQuizFacade] Cannot decrease point. userId: \"${notApprovedQuiz.userId}\", point: \"$CREATE_QUIZ_PRICE\"", it)
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)