From a498b6d450edfadc831f601c05a3de7ea6e0f0c9 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 30 Jun 2025 19:02:03 +0100 Subject: [PATCH] fix --- src/lib/twitch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/twitch.ts b/src/lib/twitch.ts index 7ab63d6..4ad8ff8 100644 --- a/src/lib/twitch.ts +++ b/src/lib/twitch.ts @@ -71,6 +71,7 @@ export const createTwitchClient = () => { const _access_token = getAccessToken(); const subscribeToFollow = async () => { + console.log(await _access_token); const twitchSubResponse = await fetch( "https://api.twitch.tv/helix/eventsub/subscriptions", {