Skip to content

Commit 9245b9d

Browse files
authored
[core][fix] Treat optional config properties as such (#2088)
1 parent 0d14a49 commit 9245b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixcore/fixcore/core_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ class EditableConfig(ConfigObject):
669669

670670
def config_model() -> List[Json]:
671671
config_classes = {EditableConfig, CustomCommandsConfig}
672-
return dataclasses_to_fixcore_model(config_classes, use_optional_as_required=True)
672+
return dataclasses_to_fixcore_model(config_classes)
673673

674674

675675
# Define rules to validate this config

0 commit comments

Comments
 (0)