mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
Remove promise
This commit is contained in:
@@ -14,7 +14,7 @@ import {pym} from 'coral-framework';
|
||||
|
||||
import {loadTranslations} from 'coral-i18n/services/i18n';
|
||||
|
||||
Promise.all([loadTranslations()]);
|
||||
loadTranslations();
|
||||
|
||||
injectReducers(reducers);
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import {loadTranslations} from '../coral-i18n/services/i18n';
|
||||
|
||||
// TODO (bc): Deprecate old actions. Spreading actions is now needed.
|
||||
|
||||
Promise.all([loadTranslations()]);
|
||||
loadTranslations();
|
||||
|
||||
export default {
|
||||
pym,
|
||||
|
||||
Reference in New Issue
Block a user