Skip to content

Commit

Permalink
feature: passing uuid to flows ticketer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Aug 15, 2024
1 parent 9ea5cd8 commit 4a6769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chats/apps/projects/usecases/sector_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create(self, body, sector_dtos):
queue=created_queue,
)
content = {
"project_uuid": str(created_sector.project),
"project_uuid": str(created_sector.project.uuid),
"name": created_sector.name,
"project_auth": str(created_sector.external_token.pk),
"user_email": str(body["user_email"]),
Expand Down

0 comments on commit 4a6769a

Please sign in to comment.