From 3b4c3cf0b8f9ff2954989589d15ef1ff1de17bf9 Mon Sep 17 00:00:00 2001 From: Regalijan <72576136+Regalijan@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:45:51 -0400 Subject: [PATCH] All of that and I still forgot the ampersand --- functions/api/me/items/[type]/[id].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/api/me/items/[type]/[id].ts b/functions/api/me/items/[type]/[id].ts index 1eccda7..8e6cd1f 100644 --- a/functions/api/me/items/[type]/[id].ts +++ b/functions/api/me/items/[type]/[id].ts @@ -60,7 +60,7 @@ export async function onRequestGet(context: RequestContext) { for (let i = 0; i < signatures.length; i++) { resolvedUrls.push( - `${unsignedUrls[i]}Signature=${btoa( + `${unsignedUrls[i]}&Signature=${btoa( String.fromCharCode(...new Uint8Array(signatures[i])), ) .replaceAll("+", "-")