Add dealer badge

This commit is contained in:
Dave Gallant
2023-01-06 23:46:29 -05:00
parent a48734351d
commit 6e22a3c2a4
3 changed files with 8 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ func (a *App) listTopics(w http.ResponseWriter, r *http.Request) {
}
func (a *App) refreshTopics() {
latestTopics := a.getDeals(9, 1, 4)
latestTopics := a.getDeals(9, 1, 6)
latestTopics = a.updateScores(latestTopics)
log.Debug().Msg("Refreshing topics")
a.CurrentTopics = latestTopics