client: remove wrong content type header

This commit is contained in:
Volpeon 2022-11-11 23:44:52 +01:00 committed by Johann150
parent f3c38ad5c8
commit b1bb5b28c5
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -71,7 +71,6 @@ const ok = async () => {
method: 'POST',
body: formData,
headers: {
'content-type': 'multipart/form-data',
authorization: `Bearer ${$i.token}`,
},
})