chore: code refinement

This commit is contained in:
Amitsingh Tanwar
2025-10-24 19:34:31 +05:30
parent 4d96070017
commit f4138f3afa
2 changed files with 1 additions and 1 deletions

View File

@ -7964,6 +7964,7 @@ where
}
#[cfg(feature = "v1")]
#[allow(clippy::too_many_arguments)]
/// Helper function to save a new connector_customer_id from UCS to database
/// This only saves if the ID doesn't already exist in the database
async fn save_new_connector_customer_id_from_ucs(

View File

@ -267,7 +267,6 @@ pub async fn fetch_payout_method_data(
}
#[cfg(feature = "v1")]
#[allow(clippy::too_many_arguments)]
pub async fn save_payout_data_to_locker(
state: &SessionState,
payout_data: &mut PayoutData,