Skip to content

Commit

Permalink
Fix docstring for add_clubs_to_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Dec 1, 2023
1 parent ea5779c commit 901bea1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions backend/clubs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5075,15 +5075,16 @@ def add_clubs_to_exception(self, *args, **kwargs):
clubs:
type: array
items:
type: object:
properties:
id:
type: integer
application_end_time:
type: string
type: object
properties:
id:
type: integer
application_end_time:
type: string
responses:
"200":
content: {}
---
"""
clubs = self.request.data.get("clubs")
apps = []
Expand Down

0 comments on commit 901bea1

Please sign in to comment.