Skip to content

Commit

Permalink
fix: signup xx
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Sep 29, 2023
1 parent 4ab1953 commit 6f4b3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup/functions/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface QueryRequest {
export async function handler(event: HandlerEvent) {
const queryReq: QueryRequest = JSON.parse(event.body || '{}');

console.log('ev body', event.body);
console.log('ev head', event.headers);

if (
CONFIG.AUTHORIZATION_PASS &&
Expand Down

0 comments on commit 6f4b3ce

Please sign in to comment.