test #252

Merged
klaus merged 4 commits from test into main 2025-01-08 14:11:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 456372c7fb - Show all commits

View File

@ -92,7 +92,7 @@ class AdminAuditionService(
FcmEvent(
type = FcmEventType.IN_PROGRESS_AUDITION,
title = "새로운 오디션 등록!",
message = "[${audition.title}]이 등록되었습니다. 지금 바로 오리지 오디오 드라마 오디션에 지원해보세요!",
message = "[${audition.title}]이 등록되었습니다. 지금 바로 오리지 오디오 드라마 오디션에 지원해보세요!",
isAuth = audition.isAdult,
auditionId = audition.id ?: -1
)