From cfdbc686c7e89fa2c43474af2951a0521ae702e5 Mon Sep 17 00:00:00 2001 From: Regalijan <72576136+Regalijan@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:12:10 -0400 Subject: [PATCH] smh --- 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 8c82bf2..f263b32 100644 --- a/functions/api/me/items/[type]/[id].ts +++ b/functions/api/me/items/[type]/[id].ts @@ -23,7 +23,7 @@ export async function onRequestGet(context: RequestContext) { Uint8Array.from(atob(context.env.URL_SIGNING_KEY), (c) => c.charCodeAt(0), ), - { hash: "SHA=256", name: "HMAC" }, + { hash: "SHA-256", name: "HMAC" }, false, ["sign"], );