Skip to content

Commit

Permalink
fix options added to wrong level
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jun 5, 2024
1 parent 287e99c commit 4172bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ fn process_reference(
}

set_ref_dtype(properties, attribute, reference);
set_options(properties, &attribute.options);
set_options(&mut properties[name], &attribute.options);
}

/// Processes an enum reference attribute and adds it to the properties.
Expand Down

0 comments on commit 4172bc8

Please sign in to comment.