Skip to content

Commit

Permalink
refactor: cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh-juspay committed Jan 10, 2024
1 parent 7610060 commit b9f3f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/router/src/services/api/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ pub(super) fn create_client(
pub fn proxy_bypass_urls(locker: &Locker) -> Vec<String> {
let locker_host = locker.host.to_owned();
let locker_host_rs = locker.host_rs.to_owned();
let basilisk_host = locker.basilisk_host.to_owned();
vec![
format!("{locker_host}/cards/add"),
format!("{locker_host}/cards/retrieve"),
Expand Down

0 comments on commit b9f3f19

Please sign in to comment.