Skip to content

Commit 25a47c6

Browse files
committed
maybe this is wrong
1 parent 40d67ef commit 25a47c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(info)/lttstore/totals/TotalMoveRateGraph.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
? Math.round(h.timestamp / 1e3)
4444
: Math.round((perStoreTotals[s][i-1].timestamp + h.timestamp) / 2 / 1e3)
4545
})
46-
).flat().sort((a, b) => b - a),
46+
).flat().sort((a, b) => a - b),
4747
Math.round(stockAsOf / 1e3)
4848
],
4949
...(Object.keys(perStoreTotals))

0 commit comments

Comments
 (0)