Skip to content

Commit

Permalink
changing the response to return the email from query_params
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Barbosa committed Jan 9, 2025
1 parent 65f8be5 commit 7b156c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/api/v2/commerce/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get(self, request):
)
return Response(
{
"message": f"Project {project.name} exists and user {permission.user.email} has permission",
"message": f"Project {project.name} exists and user {user_email} has permission",
"data": {
"project_uuid": project.uuid,
"has_project": True
Expand Down

0 comments on commit 7b156c3

Please sign in to comment.