diff --git a/backend/clubs/views.py b/backend/clubs/views.py index 93ef22472..05cc947cd 100644 --- a/backend/clubs/views.py +++ b/backend/clubs/views.py @@ -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 = []