Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-harsha-vardhan committed Nov 11, 2023
1 parent b362ecf commit 9c05f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ where

if config_bool && router_data.should_call_gsm() {
router_data = retry::do_gsm_actions(
&state,
state,
&mut payment_data,
connectors,
connector_data,
Expand Down

0 comments on commit 9c05f89

Please sign in to comment.