mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 00:01:02 +00:00
remove updated_at from ResourceToml
This commit is contained in:
@@ -443,6 +443,5 @@ where
|
||||
.collect(),
|
||||
description: resource.description,
|
||||
config: resource.config.into(),
|
||||
updated_at: 0,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,9 +76,6 @@ pub struct ResourceToml<PartialConfig> {
|
||||
#[serde(default)]
|
||||
pub description: String,
|
||||
|
||||
#[serde(default)]
|
||||
pub updated_at: i64,
|
||||
|
||||
/// Tag ids or names
|
||||
#[serde(default)]
|
||||
pub tags: Vec<String>,
|
||||
|
||||
Reference in New Issue
Block a user