5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 17:36:22 +00:00

fixup! ordenar de menor a mayor

This commit is contained in:
f 2022-04-30 18:30:24 -03:00
parent 0969652941
commit 8244532c5a

View file

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