Skip to content

Commit

Permalink
Show me 10 results for voting
Browse files Browse the repository at this point in the history
  • Loading branch information
Willdotwhite committed Sep 18, 2024
1 parent b87474c commit ff21684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ThemeService : KoinComponent {
.find()
.toList()
.shuffled(rng)
.subList(0, 3) // todo
.subList(0, 10) // todo
.map { theme -> ThemeVotedOnDTO(theme._id, discordId, theme.text, currentVotes[theme._id] ?: 0) }

return themes
Expand Down

0 comments on commit ff21684

Please sign in to comment.