Skip to content

Commit

Permalink
feat: do not display users with 0 rating in current period (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Oct 24, 2024
1 parent 8be7da2 commit bb1c917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/sql/get_leaderboard.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ FROM
AND monthly_streak.streak_id = 1
WHERE
period_type = $1
and total_rating > 0
ORDER BY
place,
total_rating DESC
Expand Down

0 comments on commit bb1c917

Please sign in to comment.