닉네임 변경 가격 100 캔으로 변경

This commit is contained in:
Klaus 2023-09-22 15:49:51 +09:00
parent d0d6ef64df
commit 8896233d78
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class MemberQueryRepositoryImpl(
return GetChangeNicknamePriceResponse(
price = if (changeCount > 0) {
1000
100
} else {
0
}