Skip to content

Commit 801cdd1

Browse files
yt-msMidnighter
authored andcommitted
fix: remember interaction_style in Relationship
1 parent 3200e17 commit 801cdd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/structurizr/model/relationship.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def __init__(
9494
self._destination_id = destination_id
9595
self.description = description
9696
self.technology = technology
97+
self.interaction_style = interaction_style
9798
self.linked_relationship_id = linked_relationship_id
9899

99100
self.tags.add(Tags.RELATIONSHIP)

0 commit comments

Comments
 (0)