feat: split up the committee refresh from teh regular user refresh
This commit is contained in:
parent
25fcc04287
commit
0eba54b6f2
5 changed files with 60 additions and 4 deletions
|
@ -48,9 +48,6 @@ impl EventHandler for Handler {
|
|||
// this goes into each server and sets roles for each wolves member
|
||||
check_bulk(Arc::clone(&ctx)).await;
|
||||
|
||||
// u[date committee server
|
||||
committee::check_committee(Arc::clone(&ctx)).await;
|
||||
|
||||
// finish up
|
||||
process::exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue