We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 234521b + 17bdcef commit 188a72fCopy full SHA for 188a72f
SpiffWorkflow/bpmn/serializer/workflow.py
@@ -138,7 +138,7 @@ def get_version(self, serialization):
138
the version of the serializer the serilization we done with, if present
139
"""
140
if isinstance(serialization, dict):
141
- return serialization.get(self.VERsiON_KEY)
+ return serialization.get(self.VERSION_KEY)
142
elif isinstance(serialization, str):
143
dct = json.loads(serialization, cls=self.json_decoder_cls)
144
return dct.get(self.VERSION_KEY)
0 commit comments