From 3daef70f1b95e59e5dc34355b8e79ea1511f7cbc Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 30 Jun 2025 19:06:09 +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 ba5f7a3..a521326 100644 --- a/src/lib/twitch.ts +++ b/src/lib/twitch.ts @@ -68,6 +68,7 @@ export const createTwitchClient = () => { const json = await twitchAuthResponse.json(); + console.log(json); const { access_token } = authBodyValidator.parse( json, );