forked from Skynet/discord-bot
fix: output looks strange when teh committee value is 0
This commit is contained in:
parent
a907243986
commit
7f7e7ac598
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ pub mod servers {
|
|||
|
||||
// treat teh committee server as its own thing
|
||||
let committee_current = get_wolves_committee(&db).await;
|
||||
cs.push((committee_current, 0, String::from("Committee Server")));
|
||||
cs.push((committee_current, committee_current, String::from("Committee Server")));
|
||||
|
||||
cs.sort_by_key(|(current, _, _)| *current);
|
||||
cs.reverse();
|
||||
|
|
Loading…
Add table
Reference in a new issue