Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 24, 2024
1 parent 31cd5ab commit cfa93ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def upgrade(self):
subflows = []
created_by = self.ticket_data["ticket_type"]
for info in self.ticket_data["infos"]:
cluster = Cluster.objects.get(id=info["cluster_id"])
cluster = Cluster.objects.get(id=info["cluster_ids"][0])
ports = get_ports(info["cluster_ids"])
relation_cluster_ids = [info["cluster_ids"]]

Expand Down

0 comments on commit cfa93ee

Please sign in to comment.