log resultsrange
This commit is contained in:
parent
a17e914849
commit
ce14f2676e
1 changed files with 2 additions and 3 deletions
|
|
@ -692,14 +692,13 @@ 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!("range: {:?}", param.range);
|
||||||
println!("score data: {:?}", score_data);
|
|
||||||
|
|
||||||
Ok(vec![info])
|
Ok(vec![info])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue