Skip to content

Commit

Permalink
Remove test field
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Nov 7, 2023
1 parent bcd2434 commit eb88cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mls_validation_service/src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ fn validate_group_message(message: Vec<u8>) -> Result<ValidateGroupMessageResult
// TODO: I wonder if we really want to be base64 encoding this or if we can treat it as a
// slice
group_id: hex_encode(private_message.group_id().as_slice()),
epoch: private_message.epoch().as_u64(),
})
}

Expand Down

0 comments on commit eb88cc6

Please sign in to comment.