diff --git a/crates/api_models/src/relay.rs b/crates/api_models/src/relay.rs index a97cd198786d..dc536b214777 100644 --- a/crates/api_models/src/relay.rs +++ b/crates/api_models/src/relay.rs @@ -1,10 +1,9 @@ +pub use common_utils::types::MinorUnit; use serde::{Deserialize, Serialize}; use utoipa::ToSchema; use crate::enums; -pub use common_utils::types::MinorUnit; - #[derive(Debug, ToSchema, Clone, Deserialize, Serialize)] pub struct RelayRequest { /// The identifier that is associated to a resource at the connector to which the relay request is being made