Skip to content

Commit

Permalink
chore: post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Aug 27, 2024
1 parent 516c09a commit 757593f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/collab-rt-entity/src/realtime_proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct HttpRealtimeMessage {
#[prost(string, tag = "1")]
pub device_id: ::prost::alloc::string::String,
#[prost(bytes = "vec", tag = "2")]
pub payload: ::prost::alloc::vec::Vec<u8>,
#[prost(string, tag = "1")]
pub device_id: ::prost::alloc::string::String,
#[prost(bytes = "vec", tag = "2")]
pub payload: ::prost::alloc::vec::Vec<u8>,
}

0 comments on commit 757593f

Please sign in to comment.