Skip to content

Commit

Permalink
Correct guid field
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Oct 30, 2024
1 parent b6b9cf3 commit 76f313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl Envelope {
r#type: Some(entity.r#type),
timestamp: Some(entity.timestamp),
server_timestamp: Some(entity.server_timestamp),
server_guid: entity.source_uuid,
server_guid: Some(entity.guid),
content: entity.content,
..Default::default()
}
Expand Down

0 comments on commit 76f313d

Please sign in to comment.