Skip to content

Commit

Permalink
comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Oct 26, 2023
1 parent a4882ea commit 1b0b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workspaces/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def get_admin_emails(self, validated_data):
Get Workspace Admins
"""
workspace_id = self.context['request'].parser_context.get('kwargs').get('workspace_id')
workspace = Workspace.objects.get(pk=workspace_id)

admin_emails = []

users = workspace.user.all()
Expand Down

0 comments on commit 1b0b916

Please sign in to comment.