Removed unnecessary ['shema']

This commit is contained in:
Sybren A. Stüvel 2018-07-13 12:06:48 +02:00
parent ef94c68177
commit 46777f7f8c

View File

@ -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)