Skip to content

Commit

Permalink
Print yearly leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
pjurewicz committed Oct 12, 2023
1 parent 389decd commit 42f452f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/models/slack_messages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ def self.leaderboards(leaderboards)
leaderboards.top_for_this_week,
nil,
"TOP for this month:",
leaderboards.top_for_this_month
leaderboards.top_for_this_month,
nil,
"TOP for this year:",
leaderboards.top_for_this_year
].join("\n")
)
end
Expand Down

0 comments on commit 42f452f

Please sign in to comment.