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 986ec73 commit b7777c3Copy full SHA for b7777c3
primitives/src/ad_slot.rs
@@ -54,6 +54,6 @@ pub struct AdSlot {
54
#[serde(default)]
55
pub archived: bool,
56
/// UTC timestamp in milliseconds, changed every time modifiable property is changed
57
- #[serde(with = "ts_milliseconds_option")]
+ #[serde(default, with = "ts_milliseconds_option")]
58
pub modified: Option<DateTime<Utc>>,
59
}
0 commit comments