File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99func (app * ApiServer ) v1TracksTrending (c * fiber.Ctx ) error {
1010 myId := app .getMyId (c )
1111
12- // SQL query with conditional genre filter
1312 sql := `
1413 SELECT track_trending_scores.track_id
1514 FROM track_trending_scores
Original file line number Diff line number Diff line change @@ -97,13 +97,11 @@ func init() {
9797 }
9898 if os .Getenv ("ENV" ) == "stage" {
9999 hostList = []string {
100- "https://creatornode10.staging.audius.co" ,
101100 "https://creatornode11.staging.audius.co" ,
102101 "https://creatornode12.staging.audius.co" ,
103102 "https://creatornode5.staging.audius.co" ,
104103 "https://creatornode6.staging.audius.co" ,
105104 "https://creatornode7.staging.audius.co" ,
106- "https://creatornode8.staging.audius.co" ,
107105 "https://creatornode9.staging.audius.co" ,
108106 }
109107 }
You can’t perform that action at this time.
0 commit comments