Merge pull request '닉네임 변경 가격 100 캔으로 변경' (#32) from test into main
Reviewed-on: #32
This commit is contained in:
commit
d95460c7cd
|
@ -303,7 +303,7 @@ class MemberQueryRepositoryImpl(
|
||||||
|
|
||||||
return GetChangeNicknamePriceResponse(
|
return GetChangeNicknamePriceResponse(
|
||||||
price = if (changeCount > 0) {
|
price = if (changeCount > 0) {
|
||||||
1000
|
100
|
||||||
} else {
|
} else {
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue