test #199

Merged
klaus merged 3 commits from test into main 2024-07-25 16:08:21 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4a264d90d4 - Show all commits

View File

@ -68,6 +68,7 @@ class CanService(private val repository: CanRepository) {
}
CanUsage.CHANGE_NICKNAME -> "닉네임 변경"
CanUsage.ALARM_SLOT -> "알람 슬롯 구매"
CanUsage.ORDER_CONTENT -> "[콘텐츠 구매] ${it.audioContent!!.title}"
CanUsage.PAID_COMMUNITY_POST -> "[게시글 보기] ${it.communityPost?.member?.nickname ?: ""}"
}