Skip to content

Commit

Permalink
Merge pull request #2546 from get10101/fix/refer-an-os
Browse files Browse the repository at this point in the history
fix: referral/os were switched
  • Loading branch information
bonomat authored May 16, 2024
2 parents 5f1517a + 0c03dd3 commit 7ed3b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ pub async fn post_register(
register_params.contact.clone(),
register_params.nickname.clone(),
register_params.version.clone(),
register_params.referral_code,
register_params.os,
register_params.referral_code,
)
.map_err(|e| AppError::InternalServerError(format!("Could not upsert user: {e:#}")))?;

Expand Down

0 comments on commit 7ed3b26

Please sign in to comment.