Updating index.js
This commit is contained in:
parent
933e47149a
commit
0587138e7c
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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 });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue