Skip to content

Commit

Permalink
Update retrieve-label-directory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Oct 3, 2024
1 parent 60fa5f8 commit 72f7f1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions github-actions/utils/retrieve-label-directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function labelRetrieveNames(...labelKeys) {
} else {
console.log(`data exists`);
}
/*
const displayNames = [ ];

let displayNames = '';
for(let labelKey of labelKeys) {
console.log(labelKey);
try {
Expand All @@ -30,7 +30,7 @@ function labelRetrieveNames(...labelKeys) {
console.error(`Failed to find labelKey: '${labelKey}'`)
}
}
*/
/*
console.log(labelKeys);
let displayNames = '';
for(let labelKey of labelKeys) {
Expand All @@ -42,6 +42,7 @@ function labelRetrieveNames(...labelKeys) {
console.error(`Failed to find labelKey: '${labelKey}'`)
}
}
*/
return displayNames;
}

Expand Down

0 comments on commit 72f7f1b

Please sign in to comment.