i am stupid

This commit is contained in:
localhost 2026-01-07 20:50:27 +01:00
parent 6491a4b57d
commit 5086d344e2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ async function uploadImage(id: string, url: string) {
headers: {
'x-authtoken': keys.videos[0].secret
},
body: await response.arrayBuffer()
body: arrayBuffer
})
return uploaded.url.replace(keys.endpoint, 'https://s4.archive.party')
}