Fix unexpected token 'export'

This commit is contained in:
ekzyis 2023-08-10 02:33:04 +02:00
parent 318088179a
commit 9bc5138461
1 changed files with 2 additions and 4 deletions

View File

@ -43,8 +43,6 @@ module.exports = {
OLD_ITEM_DAYS: 3, OLD_ITEM_DAYS: 3,
ANON_USER_ID: 27, ANON_USER_ID: 27,
ANON_POST_FEE: 1000, ANON_POST_FEE: 1000,
ANON_COMMENT_FEE: 100 ANON_COMMENT_FEE: 100,
SSR: typeof window === 'undefined'
} }
export const OLD_ITEM_DAYS = 3
export const SSR = typeof window === 'undefined'