Skip to content

Commit

Permalink
Merge pull request #721 from weni-ai/feature/internals-update-project
Browse files Browse the repository at this point in the history
Feature/internals update project
  • Loading branch information
AlisoSouza authored Sep 8, 2023
2 parents 7a93aff + 6c024e7 commit 160f1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connect/api/v2/internals/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class Meta:
fields = [
"uuid",
"name",
"flow_id"
"flow_id",
"flow_organization",
]

uuid = serializers.UUIDField(read_only=True)
Expand Down

0 comments on commit 160f1ec

Please sign in to comment.