Fix: (hotfix) admin upgrade bug

This commit is contained in:
2019-09-05 09:20:15 +09:00
parent 2a6bf88f88
commit fb183ac525
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ function accountTypePrice(accountType) {
return 0;
}
function accoutTypeValue(accountType) {
function accountTypeValue(accountType) {
switch(accountType) {
case "20명 (1만원)":
return 1;