Skip to content

Commit

Permalink
Lock issue_tickets behind perms
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Apr 25, 2024
1 parent e86e533 commit 47e63b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/clubs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@ def create_tickets(self, request, *args, **kwargs):

return Response({"detail": "Successfully created tickets"})

@action(detail=True, methods=["post"])
@tickets.mapping.put
@transaction.atomic
@update_holds
def issue_tickets(self, request, *args, **kwargs):
Expand Down

0 comments on commit 47e63b0

Please sign in to comment.