5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-30 16:46:21 +00:00

Merge branch 'blazer' into panel.sutty.nl

This commit is contained in:
f 2022-04-30 18:39:13 -03:00
commit 6e47a09033

View file

@ -55,7 +55,7 @@ class StatsController < ApplicationController
v * nodes v * nodes
end end
.sort_by do |_, v| .sort_by do |_, v|
v.last v
end.reverse.to_h end.reverse.to_h
end end
end end