From 901bea1aa5b5f137620438d15759dfef0f860f3b Mon Sep 17 00:00:00 2001 From: Julian Weng Date: Fri, 1 Dec 2023 18:16:18 -0500 Subject: [PATCH] Fix docstring for add_clubs_to_exception --- backend/clubs/views.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 = []