diff --git a/plugins/newsbid/webshit/webshit.go b/plugins/newsbid/webshit/webshit.go index 46f49ad..beac1ee 100644 --- a/plugins/newsbid/webshit/webshit.go +++ b/plugins/newsbid/webshit/webshit.go @@ -61,7 +61,7 @@ type Balances []Balance func (b Balances) Len() int { return len(b) } func (b Balances) Swap(i, j int) { b[i], b[j] = b[j], b[i] } -func (b Balances) Less(i, j int) bool { return b[i].Score < b[j].Score } +func (b Balances) Less(i, j int) bool { return b[i].Score > b[j].Score } type WeeklyResult struct { User string