fix: 🐛 misplaced method k/v pair

This commit is contained in:
May 2024-11-21 20:40:01 -08:00
parent e797910929
commit 906e0a808e
Signed by: split
GPG key ID: C325C61F0BF517C0

View file

@ -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)