From 561603da1d7a106f27a1f90972dce22990cecf11 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Fri, 13 Oct 2023 12:39:29 -0500 Subject: [PATCH] Updated user function --- netlify/functions/users/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/functions/users/users.ts b/netlify/functions/users/users.ts index e0a57ee..8767d75 100644 --- a/netlify/functions/users/users.ts +++ b/netlify/functions/users/users.ts @@ -25,7 +25,7 @@ export const handler: Handler = async (event: HandlerEvent, context: HandlerCont const response = await axios.put( baseurl + dbKey, - null, + {}, { headers: { 'Authorization': 'Basic ' + authToken,