Skip to content

Commit

Permalink
fix: fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Dec 14, 2024
1 parent 6baae49 commit 66b5ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/serde_hkx_features/src/types_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const fn default_schema_url() -> Cow<'static, str> {
impl<'a> ClassPtrMap<'a> {
pub fn from_class_map(value: ClassMap<'a>) -> Self {
Self {
schema: None,
schema: default_schema_url(),
classes: value
.into_par_iter()
.map(|(k, v)| (Pointer::new(k), v))
Expand Down

0 comments on commit 66b5ea9

Please sign in to comment.