diff --git a/bin/core/src/api/read/toml.rs b/bin/core/src/api/read/toml.rs index a1eeedd71..b8965892a 100644 --- a/bin/core/src/api/read/toml.rs +++ b/bin/core/src/api/read/toml.rs @@ -443,6 +443,5 @@ where .collect(), description: resource.description, config: resource.config.into(), - updated_at: 0, } } diff --git a/client/core/rs/src/entities/toml.rs b/client/core/rs/src/entities/toml.rs index 785c6cf88..15121ac5d 100644 --- a/client/core/rs/src/entities/toml.rs +++ b/client/core/rs/src/entities/toml.rs @@ -76,9 +76,6 @@ pub struct ResourceToml { #[serde(default)] pub description: String, - #[serde(default)] - pub updated_at: i64, - /// Tag ids or names #[serde(default)] pub tags: Vec,