Skip to content

Commit

Permalink
another temp fix for chat/vods
Browse files Browse the repository at this point in the history
  • Loading branch information
TimIsOverpowered committed May 5, 2023
1 parent 6759553 commit 51c5b27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/twitch/gql.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Twitch = {
method: "POST",
headers: {
Accept: "*/*",
"Client-Id": "kimne78kx3ncx6brgo4mv6wki5h1ko",
"Client-Id": "kd1unb4b3q4t58fwlpcbzcbnm76a8fp",
"Content-Type": "text/plain;charset=UTF-8",
},
data: {
Expand Down Expand Up @@ -95,7 +95,7 @@ const Twitch = {
method: "POST",
headers: {
Accept: "*/*",
"Client-Id": "kimne78kx3ncx6brgo4mv6wki5h1ko",
"Client-Id": "kd1unb4b3q4t58fwlpcbzcbnm76a8fp",
"Content-Type": "text/plain;charset=UTF-8",
},
data: {
Expand Down Expand Up @@ -244,7 +244,7 @@ const Twitch = {
method: "POST",
headers: {
Accept: "*/*",
"Client-Id": "kimne78kx3ncx6brgo4mv6wki5h1ko",
"Client-Id": "kd1unb4b3q4t58fwlpcbzcbnm76a8fp",
"Content-Type": "text/plain;charset=UTF-8",
},
data: {
Expand Down Expand Up @@ -279,7 +279,7 @@ const Twitch = {
method: "POST",
headers: {
Accept: "*/*",
"Client-Id": "kimne78kx3ncx6brgo4mv6wki5h1ko", //twitch's
"Client-Id": "kd1unb4b3q4t58fwlpcbzcbnm76a8fp",
"Content-Type": "text/plain;charset=UTF-8",
},
data: {
Expand Down

0 comments on commit 51c5b27

Please # to comment.