Skip to content

Commit ce1644a

Browse files
committed
removed deserialize with from modified
1 parent a3b5a19 commit ce1644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/ad_slot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub struct AdSlot {
5656
#[serde(default)]
5757
pub archived: bool,
5858
/// UTC timestamp in milliseconds, changed every time modifiable property is changed
59-
#[serde(deserialize_with = "from_timestamp_option")]
59+
// #[serde(deserialize_with = "from_timestamp_option")]
6060
pub modified: Option<DateTime<Utc>>,
6161
}
6262

0 commit comments

Comments
 (0)