Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Adam <[email protected]>
  • Loading branch information
bgy36ww and xhaakon authored Mar 5, 2024
1 parent 2146790 commit 4bcab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
},
"then": {
"properties": system_settings_schema,
"required": system_settings_schema.keys()
"required": list(system_settings_schema.keys())
},
"else": {
"properties": {
Expand Down

0 comments on commit 4bcab0c

Please sign in to comment.