Skip to content

Commit 0a74501

Browse files
committed
update: fix
1 parent 35d30be commit 0a74501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/py/mat3ra/wode/subworkflows/subworkflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def method_data(self):
5454
return self.model.method.data
5555

5656
def get_as_unit(self) -> Unit:
57-
return Unit(type="subworkflow", id=self.id, name=self.name)
57+
return Unit(type="subworkflow", _id=self.id, name=self.name)

0 commit comments

Comments
 (0)