Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Apr 17, 2024
1 parent 0af55be commit 4fa427b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/router/src/db/mandate.rs
Expand Up @@ -220,8 +220,7 @@ mod storage {
updated_by: storage_scheme.to_string(),
};
// dont fail request if reverse lookup entry fails, as it might be inserted during insert
let _ = self.insert_reverse_lookup(rev_lookup, storage_scheme)
.await;
let _ = self.insert_reverse_lookup(rev_lookup, storage_scheme).await;
}

let m_update = diesel_models::MandateUpdateInternal::from(mandate_update);
Expand Down

0 comments on commit 4fa427b

Please sign in to comment.