From 03b5e32e888103449a9fa72900853a55efc2615c Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Wed, 5 Dec 2018 21:34:35 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9255119..228fa34 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ async function run() { let idxs = await Promise.all( newLabels.forEach(async label => { - return new Promise(resolve => { + return new Promise(async resolve => { let { name, color, description } = label; let idx = -1;