From bc262a1899fbdf0404b437db9d72405f6bd6998c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 18 Jun 2019 19:32:01 +0000 Subject: [PATCH] --- ayanova/src/api/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index 307b4eaf..2fbfb321 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -13,7 +13,7 @@ export default { }, fetch(keys) { return new Promise(function fetchLocaleKeysFromServer(resolve) { - //, reject + // //step 1: build an array of keys that we don't have already //Note: this will ensure only unique keys go into the store so it's safe to call this with dupes as can happen var needIt = [];