Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Oct 23, 2024
1 parent fd4fff0 commit 5edd63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporter/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default class GitHub {
return;
}

const updatedIssue = await this.updateIssue(issue, { state: GitHub.ISSUE_STATE_OPEN, labels: [ label, ...labelsNotManagedToKeep ].filter(label => label) });
const updatedIssue = await this.updateIssue(issue, { state: GitHub.ISSUE_STATE_OPEN, labels: [ label, ...labelsNotManagedToKeep ] });

await this.addCommentToIssue({ issue, comment: description });

Expand Down

0 comments on commit 5edd63b

Please sign in to comment.