Skip to content

Commit

Permalink
fixup! Improve types handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Dec 9, 2024
1 parent 80543f9 commit 8a7e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/datatypes/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ def from_id_string(uuid_string, graph_id=None):
# TODO: move this to validate?
inner.pop("display_value", None)
transformed.append(inner)
return transformed
return transformed
if isinstance(value, models.ResourceInstance):
return [from_id_string(str(value.pk), value.graph_id)]

Expand Down

0 comments on commit 8a7e5da

Please sign in to comment.