Skip to content

Commit

Permalink
fix StreamInfo bucket name for FetchPublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
bcambl committed Feb 21, 2021
1 parent fd51d9a commit 9703329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (c *Controller) FetchPublisher(p *Publisher) error {
return err
}
p.TwitchNotification = string(b)
b, err = c.getBucketValue("SteamInfoBucket", p.Name)
b, err = c.getBucketValue("StreamInfoBucket", p.Name)
if err != nil {
return err
}
Expand Down

0 comments on commit 9703329

Please sign in to comment.