From 5086d344e2b96b1466555a50f253c6a04e705716 Mon Sep 17 00:00:00 2001 From: localhost Date: Wed, 7 Jan 2026 20:50:27 +0100 Subject: [PATCH] i am stupid --- src/utils/upload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/upload.ts b/src/utils/upload.ts index fd15fec..eccdf1e 100644 --- a/src/utils/upload.ts +++ b/src/utils/upload.ts @@ -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') }