Skip to content

Commit 73c9501

Browse files
chore: run formatter
1 parent abaebbd commit 73c9501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/router/src/core/proxy/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ impl ProxyRequestWrapper {
9292

9393
let payment_method_record = match response {
9494
Ok(resp) => {
95-
9695
let payment_method = resp
9796
.parse_struct::<diesel_models::PaymentMethod>("PaymentMethod")
9897
.change_context(errors::ApiErrorResponse::InternalServerError)

0 commit comments

Comments
 (0)