Skip to content

Commit

Permalink
Fix serialization? (what? why?)
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 20, 2024
1 parent 4bb1e61 commit fa2c7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ where
} else {
Bytes::deserialize_as(deserializer)?
};
T::deserialize_compressed_unchecked(&mut &bytes[..]).map_err(serde::de::Error::custom)
T::deserialize_uncompressed_unchecked(&mut &bytes[..]).map_err(serde::de::Error::custom)
}
}

0 comments on commit fa2c7cf

Please sign in to comment.