client: remove wrong content type header
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Volpeon 2022-11-11 23:44:52 +01:00 committed by Johann150
parent f3c38ad5c8
commit b1bb5b28c5
Signed by: 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}`,
},
})