Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Sep 27, 2024
1 parent d361b6e commit c09bb00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/github/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class ValidationError extends Error {
}

export async function validateGithub(
// eslint-disable-next-line @typescript-eslint/ban-types
req: HonoRequest<any, {}>,
webhooks: Webhooks,
): Promise<EmitterWebhookEvent> {
Expand Down
1 change: 0 additions & 1 deletion src/queue/worker/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class GitHubEventWorker extends BaseWorker<IGitHubEventQueueMessage> {
super();
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
onBatchDoneForTest(_results: IResult[]) {
// do nothing
}
Expand Down

0 comments on commit c09bb00

Please sign in to comment.