Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
Signed-off-by: IThundxr <[email protected]>
  • Loading branch information
IThundxr committed Jul 26, 2023
1 parent a787801 commit 76ade03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webserver/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {

const WEBHOOK_SECRET: string = process.env.GITHUB_SECRET!;

const commitMap = new Map<number, string>();

Check warning on line 13 in src/webserver/github.ts

View workflow job for this annotation

GitHub Actions / lint

'commitMap' is assigned a value but never used
const githubMap = new Map<number, string>();

export const handleWebhook = (client: Client, req: Request, res: Response) => {
Expand Down

0 comments on commit 76ade03

Please sign in to comment.