mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 19:26:21 +00:00
fixup! ordenar de menor a mayor
This commit is contained in:
parent
0969652941
commit
8244532c5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue