Skip to content

Commit

Permalink
fix parsing received_timestamp from proto value
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Feb 6, 2025
1 parent a46b8ef commit 33863b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl MsgTimestamp<Result<DateTime<Utc>>> for SubscriberVerifiedMappingEventInges

impl MsgTimestamp<u64> for SubscriberVerifiedMappingEventIngestReport {
fn timestamp(&self) -> u64 {
self.received_timestamp.encode_timestamp()
self.received_timestamp.encode_timestamp_millis()
}
}

Expand Down

0 comments on commit 33863b5

Please sign in to comment.