fixup inspect

This commit is contained in:
John Spray
2023-11-09 16:26:16 +00:00
parent f54cb63eb4
commit 93c52b5763

View File

@@ -24,10 +24,8 @@ pub struct AttachHookResponse {
pub gen: Option<u32>,
}
#[serde_as]
#[derive(Serialize, Deserialize)]
pub struct InspectRequest {
#[serde_as(as = "DisplayFromStr")]
pub tenant_id: TenantId,
}