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", {