Skip to content

Commit 695b263

Browse files
committed
fix formatting
1 parent 1804608 commit 695b263

File tree

1 file changed

+1
-5
lines changed
  • modules/webhook/lambdas/webhook/src/webhook

1 file changed

+1
-5
lines changed

modules/webhook/lambdas/webhook/src/webhook/handler.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ function readEnvironmentVariables() {
8282
return { environment, repositoryWhiteList, queuesConfig };
8383
}
8484

85-
async function verifySignature(
86-
githubEvent: string,
87-
headers: IncomingHttpHeaders,
88-
body: string
89-
): Promise<number> {
85+
async function verifySignature(githubEvent: string, headers: IncomingHttpHeaders, body: string): Promise<number> {
9086
let signature;
9187
if ('x-hub-signature-256' in headers) {
9288
signature = headers['x-hub-signature-256'] as string;

0 commit comments

Comments
 (0)