Switch to correct twitch account for jam embed
This commit is contained in:
parent
38acf4a904
commit
edeb519ddb
|
@ -131,7 +131,7 @@ func JamIndex2023(c *RequestContext) ResponseData {
|
||||||
FROM twitch_latest_status
|
FROM twitch_latest_status
|
||||||
WHERE twitch_login = $1
|
WHERE twitch_login = $1
|
||||||
`,
|
`,
|
||||||
"piratesoftware",
|
"handmadenetwork",
|
||||||
)
|
)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
if twitchStatus.Live {
|
if twitchStatus.Live {
|
||||||
|
|
Loading…
Reference in New Issue