Skip to content

Commit

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

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

if (
CONFIG.AUTHORIZATION_PASS &&
event.headers['Authorization'] !== CONFIG.AUTHORIZATION_PASS
Expand Down

0 comments on commit 4ab1953

Please sign in to comment.