Skip to content

Commit

Permalink
fix(sonarcloud): fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed May 6, 2021
1 parent 4d4fc8b commit 1da5379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/engines/github.engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ export class GithubEngine extends Engine<IGithubPullRequestEvent> {
.updateReviewSubmitted(pr.prid, reviewStatus);
}
handlePullRequestMerged(
// eslint-disable-next-line @typescript-eslint/no-unused-vars
eventData: IGithubPullRequestEvent
): Promise<void> {
eventData;
throw new Error('Method not implemented.');
}

Expand Down

0 comments on commit 1da5379

Please sign in to comment.