Skip to content

Commit

Permalink
Fix Build (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchspano authored Apr 27, 2023
1 parent ae319fe commit c9ee900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/reporter/comments-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class CommentsReporter extends BaseReporter<GithubComment> {
*/
private async getExistingComments() {
console.log("Getting existing comments using GitHub REST API...");
let result;
let result = Array<GithubExistingComment>();
try {
result = (
await this.performGithubRequest<GithubExistingComment[]>("GET")
Expand Down

0 comments on commit c9ee900

Please sign in to comment.