Skip to content

Commit

Permalink
fix: Return channel UUID on CreateChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro-Meireles committed Oct 19, 2021
1 parent dc1b40f commit b5b7d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/api/grpc/project/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ def CreateChannel(self, request, context):
)

return CreateChannelResponse(
name=response.get("name"),
uuid=response.uuid,
)

0 comments on commit b5b7d6e

Please sign in to comment.