diff --git a/game-server/app/consts/consts.ts b/game-server/app/consts/consts.ts index 8d5d5c78f..4ba501735 100644 --- a/game-server/app/consts/consts.ts +++ b/game-server/app/consts/consts.ts @@ -5,9 +5,4 @@ export const TURBO_PARM_SECRET = 'ipqw05du6ob4x130w89t31yrqd6xs005zzltcmg2zpqnvr export const ENCRYPT_IV = 'f7182j5f04e377ux'; export const ENCRYPT_KEY = 'fiqaxijabbantusmprc234fj'; -export const AUTH_SMS_CNT_PER_DAY = 8; - -export const COUNTER = { - UID: 'uid', - }; - \ No newline at end of file +export const AUTH_SMS_CNT_PER_DAY = 8; \ No newline at end of file