From 0f2905653c95ac054f080c0e3def78a730bdf489 Mon Sep 17 00:00:00 2001 From: Jon Breen Date: Thu, 9 May 2024 21:20:37 +0100 Subject: [PATCH] Fix typo in header --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 73c79e1..c75f903 100644 --- a/src/index.ts +++ b/src/index.ts @@ -292,7 +292,7 @@ app.post("/submit", auth0Middleware, async (c) => { const resp = await fetch(c.env.secureSubmitEndpoint, { headers: { 'Accept': "*/*", - 'Authorisation': authorisation, + 'Authorization': authorisation, "Content-type": "application/json", "Cache-Control": "no-cache", "User-Agent": "cultvault-podcasts-api",