Updated user function
This commit is contained in:
parent
700330767f
commit
561603da1d
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user