fix: 🐛 misplaced method k/v pair
This commit is contained in:
parent
e797910929
commit
906e0a808e
|
@ -49,9 +49,9 @@ export default translator({
|
|||
headers: {
|
||||
Authorization: `Bearer ${apiKey}`,
|
||||
"Content-Type": "application/json",
|
||||
method: "POST",
|
||||
},
|
||||
body: JSON.stringify({ avatarId }),
|
||||
method: "POST",
|
||||
})
|
||||
|
||||
if (!updateRequest.ok)
|
||||
|
|
Loading…
Reference in a new issue