Compare commits
2 commits
dc6307cfcf
...
a17e914849
| Author | SHA1 | Date | |
|---|---|---|---|
| a17e914849 | |||
| dd1926fd3a |
1 changed files with 4 additions and 1 deletions
|
|
@ -692,12 +692,15 @@ impl Ranking for User {
|
||||||
|
|
||||||
let info = CompetitionRankingScoreInfo {
|
let info = CompetitionRankingScoreInfo {
|
||||||
fest_id,
|
fest_id,
|
||||||
score_data,
|
score_data: score_data.clone(),
|
||||||
unk: 0,
|
unk: 0,
|
||||||
team_wins: wins,
|
team_wins: wins,
|
||||||
team_votes,
|
team_votes,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
println!("info: {:?}", info);
|
||||||
|
println!("score data: {:?}", score_data);
|
||||||
|
|
||||||
Ok(vec![info])
|
Ok(vec![info])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue