Skip to content

Commit

Permalink
Fix string parameter on function
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Dec 18, 2023
1 parent ec59be6 commit 2527774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub fn get_keys() -> Result<Keys> {

#[allow(clippy::too_many_arguments)]
pub async fn update_user_rating_event(
user: &String,
user: &str,
buyer_sent_rate: bool,
seller_sent_rate: bool,
tags: Vec<(String, String)>,
Expand Down

0 comments on commit 2527774

Please sign in to comment.