fix(3p): bad import, change flag format
This commit is contained in:
@@ -25,8 +25,6 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
|
||||
{ key: 'apple', name: 'Apple' },
|
||||
];
|
||||
|
||||
export const OFFICIAL_PLATFORMS = ['habitica-web', 'habitica-ios', 'habitica-android'];
|
||||
|
||||
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
|
||||
|
||||
export const PARTY_LIMIT_MEMBERS = 29;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user