(크리에이터) 관리자 라이브 정산

- 캔 사용 구분에 "하트" 추가
This commit is contained in:
2024-10-22 22:37:37 +09:00
parent dcf0637420
commit fa99c296a5

View File

@@ -31,6 +31,10 @@ data class GetCalculateLiveQueryData @QueryProjection constructor(
"룰렛"
}
CanUsage.HEART -> {
"하트"
}
else -> {
"후원"
}