Removed unnecessary ['shema']
This commit is contained in:
parent
ef94c68177
commit
46777f7f8c
@ -102,7 +102,7 @@ class ValidateCustomFields(Validator):
|
||||
return False
|
||||
|
||||
try:
|
||||
value = self.convert_properties(value, node_type['dyn_schema']['shema'])
|
||||
value = self.convert_properties(value, node_type['dyn_schema'])
|
||||
except Exception as e:
|
||||
log.warning("Error converting form properties", exc_info=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user