Skip to content

Commit

Permalink
Merge branch 'main' into konrad/conversation_message_loading
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrobert authored Jan 24, 2024
2 parents fabd375 + 1c7737f commit abb8605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applogic/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct ConversationIdBytes {
impl From<ConversationId> for ConversationIdBytes {
fn from(conversation_id: ConversationId) -> Self {
Self {
bytes: conversation_id.as_uuid().to_bytes_le(),
bytes: conversation_id.as_uuid().into_bytes(),
}
}
}
Expand Down

0 comments on commit abb8605

Please sign in to comment.