diff --git a/src/ts/server/api/account.ts b/src/ts/server/api/account.ts index 62bf50e..0b28949 100644 --- a/src/ts/server/api/account.ts +++ b/src/ts/server/api/account.ts @@ -57,7 +57,7 @@ const actions = [ { name: 'ban', action: ModAction.Ban }, ]; -export const modCheck = { xcz: { vdw: { qwe: { mnb: {} } } }, actions }; +export const modCheck = { hgf: { bvc: { wer: { ngf: {} } } }, actions }; function fixUpdateAccountData(update: UpdateAccountData | undefined) { const fixed: UpdateAccountData = {} as any;