From 93c52b5763291dd4635d43ba1aca4738af6a8c27 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 9 Nov 2023 16:26:16 +0000 Subject: [PATCH] fixup inspect --- control_plane/src/attachment_service.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/control_plane/src/attachment_service.rs b/control_plane/src/attachment_service.rs index a49bef038c..d9bc369b60 100644 --- a/control_plane/src/attachment_service.rs +++ b/control_plane/src/attachment_service.rs @@ -24,10 +24,8 @@ pub struct AttachHookResponse { pub gen: Option, } -#[serde_as] #[derive(Serialize, Deserialize)] pub struct InspectRequest { - #[serde_as(as = "DisplayFromStr")] pub tenant_id: TenantId, }