Update index.js

This commit is contained in:
Benjamin Lannon 2018-12-05 21:38:46 -05:00
commit 911fcaf7e0

View file

@ -19,7 +19,7 @@ async function run() {
console.log({ newLabels, labels });
let idxs = await Promise.all(
newLabels.forEach(async label => {
newLabels.map(async label => {
return new Promise(async resolve => {
let { name, color, description } = label;