Remove promise

This commit is contained in:
gaba
2017-05-19 10:48:47 -07:00
parent 8dddff25f9
commit 88b5a4169d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import {pym} from 'coral-framework';
import {loadTranslations} from 'coral-i18n/services/i18n';
Promise.all([loadTranslations()]);
loadTranslations();
injectReducers(reducers);
+1 -1
View File
@@ -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,