From 627c38c6e45e7ef8a89cf9b77f73e0d913d0c813 Mon Sep 17 00:00:00 2001 From: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:20:52 +1200 Subject: [PATCH] fix: compat for the authentication header name --- src/utils/server-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/server-helpers.ts b/src/utils/server-helpers.ts index 2630198..953af7d 100644 --- a/src/utils/server-helpers.ts +++ b/src/utils/server-helpers.ts @@ -28,7 +28,7 @@ export function parseSearchParams(url: string): Record