log resultsrange
All checks were successful
Build and Test / friends (push) Successful in 5m21s
Build and Test / splatoon (push) Successful in 5m22s
Build and Test / super-mario-maker (push) Successful in 11m6s

This commit is contained in:
red binder 2026-04-27 03:35:11 +02:00
commit ce14f2676e

View file

@ -692,14 +692,13 @@ impl Ranking for User {
let info = CompetitionRankingScoreInfo {
fest_id,
score_data: score_data.clone(),
score_data,
unk: 0,
team_wins: wins,
team_votes,
};
println!("info: {:?}", info);
println!("score data: {:?}", score_data);
println!("range: {:?}", param.range);
Ok(vec![info])
}