diff --git a/nip96.ts b/nip96.ts index 38cd009..8952ac2 100644 --- a/nip96.ts +++ b/nip96.ts @@ -359,7 +359,6 @@ export async function uploadFile( method: 'POST', headers: { Authorization: nip98AuthorizationHeader, - 'Content-Type': 'multipart/form-data', }, body: formData, })