Switch to correct twitch account for jam embed

This commit is contained in:
Asaf Gartner 2023-10-14 17:43:28 +03:00
parent 38acf4a904
commit edeb519ddb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {