오디션 #249

Merged
klaus merged 40 commits from test into main 2025-01-07 17:24:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c8f96a10f0 - Show all commits

View File

@ -71,7 +71,7 @@ class CanService(private val repository: CanRepository) {
CanUsage.ALARM_SLOT -> "알람 슬롯 구매" CanUsage.ALARM_SLOT -> "알람 슬롯 구매"
CanUsage.ORDER_CONTENT -> "[콘텐츠 구매] ${it.audioContent!!.title}" CanUsage.ORDER_CONTENT -> "[콘텐츠 구매] ${it.audioContent!!.title}"
CanUsage.PAID_COMMUNITY_POST -> "[게시글 보기] ${it.communityPost?.member?.nickname ?: ""}" CanUsage.PAID_COMMUNITY_POST -> "[게시글 보기] ${it.communityPost?.member?.nickname ?: ""}"
CanUsage.AUDITION_VOTE -> "[오디션 투표] ${it.auditionApplicant?.member?.nickname ?: ""}" CanUsage.AUDITION_VOTE -> "[오디션 투표] ${it.auditionApplicant?.role?.audition?.title ?: ""}"
} }
val createdAt = it.createdAt!! val createdAt = it.createdAt!!