Fix unexpected token 'export'
This commit is contained in:
parent
318088179a
commit
9bc5138461
|
@ -43,8 +43,6 @@ module.exports = {
|
|||
OLD_ITEM_DAYS: 3,
|
||||
ANON_USER_ID: 27,
|
||||
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'
|
||||
|
|
Loading…
Reference in New Issue