Write unit tests and fix various bugs
This commit is contained in:
parent
2e3bd017f3
commit
473b9c60a6
6 changed files with 299 additions and 78 deletions
|
|
@ -79,6 +79,7 @@ pub struct EventSetsResponse {
|
|||
pub sets: Vec<SetData>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct SetData {
|
||||
pub teams: Teams<PlayerData>,
|
||||
pub winner: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue