Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniacDev committed Dec 24, 2024
1 parent 0b0f39f commit cc65432
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct CategoryDefinition {
#[derive(ProtoCodec, Clone, Debug)]
pub struct PriorityEntry {
pub id: String,
#[endianness(le)]
pub priority: i32,
}

Expand Down

0 comments on commit cc65432

Please sign in to comment.