This commit is contained in:
2025-06-30 19:03:49 +01:00
parent 261d6d5215
commit 2623845473

View File

@ -66,8 +66,10 @@ export const createTwitchClient = () => {
); );
const json = await twitchAuthResponse.json();
console.log(json)
const { access_token } = authBodyValidator.parse( const { access_token } = authBodyValidator.parse(
await twitchAuthResponse.json(), json,
); );
return access_token; return access_token;