Skip to content

Commit

Permalink
Removed unused variable (#6822)
Browse files Browse the repository at this point in the history
The result of the `setLabels` call is no longer assigned to variable `results` as the variable was unused.
  • Loading branch information
JackCasica authored May 6, 2024
1 parent 4abfd4e commit f7c9e0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function addLabels(labelsToAdd, currentLabels) {
])]

try {
const results = await github.rest.issues.setLabels({
await github.rest.issues.setLabels({
owner: owner,
repo: repo,
issue_number: issueNum,
Expand Down

0 comments on commit f7c9e0c

Please sign in to comment.