Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Oct 10, 2024
1 parent 14e0a50 commit f05917b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/clubs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5180,7 +5180,6 @@ def cart(self, request, *args, **kwargs):
)
continue

# For non-elapsed events, proceed with replacement logic
available_tickets = Ticket.objects.filter(
event=ticket_class["event"],
type=ticket_class["type"],
Expand Down

0 comments on commit f05917b

Please sign in to comment.