mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -89,7 +89,7 @@ pub async fn get_verified_apple_domains_with_mid_mca_id(
|
||||
merchant_id: String,
|
||||
merchant_connector_id: String,
|
||||
) -> CustomResult<
|
||||
services::ApplicationResponse<api_models::verifications::ApplepayVerifiedDomainsResponse>,
|
||||
services::ApplicationResponse<verifications::ApplepayVerifiedDomainsResponse>,
|
||||
api_error_response::ApiErrorResponse,
|
||||
> {
|
||||
let db = state.store.as_ref();
|
||||
@ -110,6 +110,6 @@ pub async fn get_verified_apple_domains_with_mid_mca_id(
|
||||
.unwrap_or_default();
|
||||
|
||||
Ok(services::api::ApplicationResponse::Json(
|
||||
api_models::verifications::ApplepayVerifiedDomainsResponse { verified_domains },
|
||||
verifications::ApplepayVerifiedDomainsResponse { verified_domains },
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user