Skip to content

Commit

Permalink
addresss lints
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwalkumar17 committed Nov 11, 2024
1 parent 06ea713 commit bdbf6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/core/routing/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,8 @@ pub async fn push_metrics_with_update_window_for_success_based_routing(
"merchant_profile_id",
format!(
"{}:{}",
payment_attempt.merchant_id.get_string_repr().to_string(),
payment_attempt.profile_id.get_string_repr().to_string()
payment_attempt.merchant_id.get_string_repr(),
payment_attempt.profile_id.get_string_repr()
),
),
("merchant_connector_id", merchant_connector_id.to_string()),
Expand Down

0 comments on commit bdbf6f3

Please sign in to comment.