Skip to content

Commit

Permalink
fix mode for rx
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Apr 21, 2024
1 parent ebe7956 commit 64b24c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ async fn recalculate_user(
))
.bind(new_pp)
.bind(user_id)
.bind(mode)
.bind(mode + (4 * rx))
.execute(ctx.database.get().await?.deref_mut())
.await?;

Expand Down

0 comments on commit 64b24c4

Please sign in to comment.