Skip to content

Commit

Permalink
minor chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Jul 1, 2024
1 parent ae9c70a commit fb24214
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,8 @@
"extra": {
"type": "dict",
"schema": {},
"mapping": {
"type": "object",
"properties": {"university": {"type": "string"}},
},
"mapping": {"type": "object", "dynamic": False, "properties": {"university": {"type": "string"}}},
},
"allow_unknown": True,
"dynamic": False,
}
}

0 comments on commit fb24214

Please sign in to comment.