Update index.js

This commit is contained in:
Benjamin Lannon 2018-12-05 21:34:35 -05:00
commit 03b5e32e88

View file

@ -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;