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