Skip to content

Commit

Permalink
fix: broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed Nov 5, 2023
1 parent 048ea0c commit 66fd9fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/routes/calculate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ async fn calculate_play(
for request in requests {
let raw_result = if request.mods & RX > 0 && request.mode == 0 {
calculate_relax_pp(&request, ctx.clone()).await
} else {
calculate_rosu_pp(&request, ctx.clone()).await
};

let result = match raw_result {
Ok(result) => result,
Expand Down

0 comments on commit 66fd9fe

Please sign in to comment.