diff --git a/index.js b/index.js index 39f6ae7..a2c0464 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,8 @@ async function run() { let newLabels = JSON.parse(fs.readFileSync(url).toString()); + console.log({ newLabels, labels }); + newLabels.forEach(async label => { let { name, color, description } = label;