We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c173f5 commit 4c64717Copy full SHA for 4c64717
src/providers/locize.ts
@@ -18,7 +18,7 @@ export class Locize implements Provider {
18
19
async getKeys(locales: string[]) {
20
const headers = { 'content-type': 'application/json' };
21
- asyncForEach(locales, async (locale: string) => {
+ return asyncForEach(locales, async (locale: string) => {
22
try {
23
this.locizeKeys[locale] = await request<LocizeKeys>({
24
headers,
0 commit comments