From cdd365b2011545fff0ef93462a6936ff85ff39db Mon Sep 17 00:00:00 2001 From: Marc <14913675+MarcStdt@users.noreply.github.com> Date: Sun, 31 Mar 2024 08:16:46 +0200 Subject: [PATCH] fix: worbench.ts build --- workbench.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/workbench.ts b/workbench.ts index 42ed2b1..e1b43fa 100644 --- a/workbench.ts +++ b/workbench.ts @@ -28,6 +28,7 @@ export function getCookie(name: string) { if (parts.length == 2) { return parts.pop()?.split(";").shift(); } + return null; } export function deleteCookie(name: string) {