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,