fix
This commit is contained in:
@ -68,6 +68,7 @@ export const createTwitchClient = () => {
|
||||
|
||||
|
||||
const json = await twitchAuthResponse.json();
|
||||
console.log(json);
|
||||
const { access_token } = authBodyValidator.parse(
|
||||
json,
|
||||
);
|
||||
|
Reference in New Issue
Block a user