Updating index.js

This commit is contained in:
Benjamin Lannon 2018-12-05 20:07:28 -05:00
commit 0587138e7c

View file

@ -16,7 +16,7 @@ async function run() {
let newLabels = fs.readFileSync(url).toJSON(); let newLabels = fs.readFileSync(url).toJSON();
newLabels.forEach(label => { newLabels.forEach(async label => {
let { name, color, description } = label; let { name, color, description } = label;
let params = tools.context.repo({ name, color, description }); let params = tools.context.repo({ name, color, description });