Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

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