generated from pricelees/issue-pr-template
[#39] '시간' -> '일정' 스키마 변경으로 테마별 시간 지정 #40
@ -119,6 +119,7 @@ class ThemeServiceV2(
|
|||||||
log.info { "[ThemeService.findOrThrow] 테마 조회 시작: id=$id" }
|
log.info { "[ThemeService.findOrThrow] 테마 조회 시작: id=$id" }
|
||||||
|
|
||||||
return themeRepository.findByIdOrNull(id)
|
return themeRepository.findByIdOrNull(id)
|
||||||
|
?.also { log.info { "[ThemeService.findOrThrow] 테마 조회 완료: id=$id" } }
|
||||||
?: run {
|
?: run {
|
||||||
log.warn { "[ThemeService.updateTheme] 테마 조회 실패: id=$id" }
|
log.warn { "[ThemeService.updateTheme] 테마 조회 실패: id=$id" }
|
||||||
throw ThemeException(ThemeErrorCode.THEME_NOT_FOUND)
|
throw ThemeException(ThemeErrorCode.THEME_NOT_FOUND)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user