Updated user function

This commit is contained in:
Michael Mainguy 2023-10-13 12:39:29 -05:00
parent 700330767f
commit 561603da1d

View File

@ -25,7 +25,7 @@ export const handler: Handler = async (event: HandlerEvent, context: HandlerCont
const response = await axios.put( const response = await axios.put(
baseurl + dbKey, baseurl + dbKey,
null, {},
{ {
headers: { headers: {
'Authorization': 'Basic ' + authToken, 'Authorization': 'Basic ' + authToken,