diff --git a/src/routes/+page.ts b/src/routes/+page.ts deleted file mode 100644 index ae69d3b..0000000 --- a/src/routes/+page.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { twitchClient } from "$lib"; -import type { PageLoad } from "./$types"; - -export const load: PageLoad = async ({ params }) => { - await twitchClient.getSubscriptionStatus(); - - return {}; -};