From f507e992ec7d28258b8b679563ccb22fe6097979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Fri, 12 Jan 2024 13:13:32 +0100 Subject: [PATCH] dont throw error --- src/js/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/index.ts b/src/js/index.ts index ed76955..00d5de4 100644 --- a/src/js/index.ts +++ b/src/js/index.ts @@ -159,5 +159,3 @@ if (new URL(window.location.toString(), window.location.origin).searchParams.get await ready() fetchSubscriptions() - -throw new Error('foobar')