Skip to content

Commit

Permalink
fix(@whook/aws-lambda): fix the HTTP wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jan 4, 2021
1 parent 30b8337 commit aacd6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/whook-aws-lambda/src/wrappers/awsHTTPLambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async function initHandlerForAWSHTTPLambda(
Service
>;

const handler = ((await applyWrappers(initHandler)) as ServiceInitializer<
const handler = await (applyWrappers(initHandler) as ServiceInitializer<
Dependencies,
Service
>)({
Expand Down

0 comments on commit aacd6c3

Please sign in to comment.