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,8 +22,8 @@ import {
} from '../../libs/email';
import * as inboxLib from '../../libs/inbox';
import * as userLib from '../../libs/user';
import { OFFICIAL_PLATFORMS } from '../../../common/script/constants';
const OFFICIAL_PLATFORMS = ['habitica-web', 'habitica-ios', 'habitica-android'];
const TECH_ASSISTANCE_EMAIL = nconf.get('EMAILS_TECH_ASSISTANCE_EMAIL');
const DELETE_CONFIRMATION = 'DELETE';