Compare commits
No commits in common. "d95460c7cd0bd94801fd3a5a952b4a08d1186f6e" and "a3d93d4b08a8c5068cd0f8bd34532b863d430321" have entirely different histories.
d95460c7cd
...
a3d93d4b08
|
@ -303,7 +303,7 @@ class MemberQueryRepositoryImpl(
|
||||||
|
|
||||||
return GetChangeNicknamePriceResponse(
|
return GetChangeNicknamePriceResponse(
|
||||||
price = if (changeCount > 0) {
|
price = if (changeCount > 0) {
|
||||||
100
|
1000
|
||||||
} else {
|
} else {
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue