fix(3p): bad import, change flag format

This commit is contained in:
SabreCat
2023-04-19 09:33:03 -05:00
parent 86efb02358
commit 3cf5b90f04
5 changed files with 5 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ import {
TAVERN_ID,
MAX_MESSAGE_LENGTH,
MAX_GIFT_MESSAGE_LENGTH,
OFFICIAL_PLATFORMS,
} from './constants';
import content from './content/index';
import * as count from './count';
@@ -125,7 +124,6 @@ api.constants = {
MAX_MESSAGE_LENGTH,
MAX_GIFT_MESSAGE_LENGTH,
MAX_LEVEL_HARD_CAP,
OFFICIAL_PLATFORMS,
};
// TODO Move these under api.constants
api.maxLevel = MAX_LEVEL;