Compare commits
No commits in common. "a17e91484991045da197898c864e28e69f0bbb68" and "dc6307cfcf85c88140483c21ae86598f0f4fadb5" have entirely different histories.
a17e914849
...
dc6307cfcf
1 changed files with 1 additions and 4 deletions
|
|
@ -692,15 +692,12 @@ impl Ranking for User {
|
||||||
|
|
||||||
let info = CompetitionRankingScoreInfo {
|
let info = CompetitionRankingScoreInfo {
|
||||||
fest_id,
|
fest_id,
|
||||||
score_data: score_data.clone(),
|
score_data,
|
||||||
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