This commit is contained in:
2025-06-30 19:06:09 +01:00
parent 15a457bf65
commit 3daef70f1b

View File

@ -68,6 +68,7 @@ export const createTwitchClient = () => {
const json = await twitchAuthResponse.json();
console.log(json);
const { access_token } = authBodyValidator.parse(
json,
);