Skip to content

Commit

Permalink
fix: Webhook lambda misleading log (philips-labs#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidl-talon authored Aug 3, 2022
1 parent 6de895f commit c6275f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webhook/lambdas/webhook/src/webhook/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ async function handleWorkflowJob(
eventType: githubEvent,
installationId: installationId,
});
logger.info(`Successfully queued job for ${body.repository.full_name}`, LogFields.print());
}
logger.info(`Successfully queued job for ${body.repository.full_name}`, LogFields.print());
return { statusCode: 201 };
}

Expand Down

0 comments on commit c6275f9

Please sign in to comment.