Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Oct 15, 2024
1 parent b9c17e2 commit d17cec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/github-stats/github-stats.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export class GithubStatsController {
@Post()
async handleGithubWebhook(@Req() req: Request) {
const event = req.headers['x-github-event'];
console.log(req);

if (event === 'push') {
const currentCount =
Expand Down

0 comments on commit d17cec0

Please sign in to comment.