suda -> live

This commit is contained in:
2023-09-03 00:45:46 +09:00
parent 7ca71f90db
commit aa457cc2fb
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class SodaExceptionHandler {
private val logger = LoggerFactory.getLogger(this::class.java)
@ExceptionHandler(SodaException::class)
fun handleSudaException(e: SodaException) = run {
fun handleSodaException(e: SodaException) = run {
logger.error("API error", e)
ApiResponse.error(
message = e.message,