Skip to content

Commit dfe7a20

Browse files
Nishanth ChallaNishanth Challa
authored andcommitted
resolve merge conflicts
1 parent 2ef938d commit dfe7a20

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

crates/router/src/core/webhooks/recovery_incoming.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ use crate::{
2323
},
2424
db::{errors::RevenueRecoveryError, StorageInterface},
2525
routes::{app::ReqState, metrics, SessionState},
26-
services::{self, connector_integration_interface::{self, RouterDataConversion},},
27-
types::{api, domain, storage::revenue_recovery as storage_churn_recovery},
26+
services::{
27+
self,
28+
connector_integration_interface::{self, RouterDataConversion},
29+
},
30+
types::{self, api, domain, storage::revenue_recovery as storage_churn_recovery},
2831
workflows::revenue_recovery as revenue_recovery_flow,
2932
};
3033

0 commit comments

Comments
 (0)