Do not specify content type
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Jan Bader 2024-01-29 22:41:36 +01:00
parent ac39ec07a4
commit 2559d2dbdb

View File

@ -15,7 +15,6 @@ export function POST(path: string, body: FormData | string | null) {
method: "POST", method: "POST",
headers: { headers: {
...sessionStore.AuthHeaders, ...sessionStore.AuthHeaders,
"Content-Type": "application/json"
}, },
body: body, body: body,
}); });