We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b5a19 commit ce1644aCopy full SHA for ce1644a
primitives/src/ad_slot.rs
@@ -56,7 +56,7 @@ pub struct AdSlot {
56
#[serde(default)]
57
pub archived: bool,
58
/// UTC timestamp in milliseconds, changed every time modifiable property is changed
59
- #[serde(deserialize_with = "from_timestamp_option")]
+ // #[serde(deserialize_with = "from_timestamp_option")]
60
pub modified: Option<DateTime<Utc>>,
61
}
62
0 commit comments