From 4ab195317e32a6f95fb039961f306b52470ce371 Mon Sep 17 00:00:00 2001 From: Morgan Bazalgette Date: Thu, 28 Sep 2023 17:13:05 -0700 Subject: [PATCH] fix: temp change to debug query.ts --- signup/functions/query.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/signup/functions/query.ts b/signup/functions/query.ts index 249c11a..00fd143 100644 --- a/signup/functions/query.ts +++ b/signup/functions/query.ts @@ -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