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

@@ -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;