[Webpack > Common] Fix failing to get constants

pull/67/head
Oj18 2 years ago
parent 5ccd5afc7b
commit f524350229

@ -52,5 +52,5 @@ export const common = { // Common modules
i18n: findByProps('Messages', '_requestedLocale'),
channels: findByProps('getChannelId', 'getVoiceChannelId'),
constants: findByProps('API_HOST', 'CaptchaTypes')
};
constants: findByProps('API_HOST')
};
Loading…
Cancel
Save