This commit is contained in:
2025-06-30 21:06:49 +01:00
parent dd2f0bb49e
commit 9a6e2f7063

View File

@ -1,8 +0,0 @@
import { twitchClient } from "$lib";
import type { PageLoad } from "./$types";
export const load: PageLoad = async ({ params }) => {
await twitchClient.getSubscriptionStatus();
return {};
};