maybe get twitch working?
All checks were successful
deploy / deploy (push) Successful in 48s

This commit is contained in:
Lee
2023-10-18 04:52:37 +01:00
parent c2b5017324
commit 2ef9deedc3
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
import { default as createQueue, PRIORITY } from "../http-queue";
import ssrConfig from "../../../ssr-config";
import { substituteVars } from "../../../utils/format";
import { default as createQueue, PRIORITY } from "../http-queue";
const CLIENT_ID = "u0swxz56n4iumc634at1osoqdk31qt";
const CLIENT_ID = "r2phvaavwhzh2s19y72na3cq1x4a58";
const TWITCH_AUTH_URL = "https://id.twitch.tv/oauth2";
const AUTHORIZATION_URL =