Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Dec 16, 2023
1 parent ac52355 commit 3628b20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ export const handler = startServerAndCreateLambdaHandler(
},
body: '',
};
return callback(null, response);
return response;
}

// Handle regular requests
return callback(null);
},
],
cors: {
Expand Down

0 comments on commit 3628b20

Please sign in to comment.