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

Merged
klaus merged 1 commits from test into main 2023-09-22 07:01:28 +00:00
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
}