Skip to content

Commit

Permalink
chore: cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanbhat166 committed Oct 18, 2023
1 parent ca76b0f commit a77fd66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions crates/router/src/core/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,7 @@ pub async fn create_payment_connector(
))
.unwrap_or(format!(
"{}_{}",
req.connector_name.to_string(),
business_profile.profile_name
req.connector_name, business_profile.profile_name
));

let mut vec = Vec::new();
Expand Down
1 change: 1 addition & 0 deletions crates/router/src/core/verification/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pub async fn check_existence_and_add_domain_to_db(
connector_webhook_details: None,
applepay_verified_domains: Some(already_verified_domains.clone()),
pm_auth_config: None,
connector_label: None,
};
state
.store
Expand Down

0 comments on commit a77fd66

Please sign in to comment.