Compare commits

..

No commits in common. "d95460c7cd0bd94801fd3a5a952b4a08d1186f6e" and "a3d93d4b08a8c5068cd0f8bd34532b863d430321" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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