Skip to content

Commit

Permalink
fix: referral/os were switched
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed May 16, 2024
1 parent b1881bd commit 0c03dd3
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 0c03dd3

Please sign in to comment.