Skip to content

Commit 560ab67

Browse files
authored
release: 1.8.3 (#198)
2 parents fe4f5a4 + b62bb88 commit 560ab67

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)