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