Skip to content

Commit

Permalink
Remove Extra Space
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Jan 24, 2024
1 parent 33aa378 commit fcba047
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 @@ -4437,7 +4437,6 @@ def question_response(self, *args, **kwargs):
---
"""
questions = self.request.data.get("questionIds", [])

committee_name = self.request.data.get("committee", None)
response = Response([])
if len(questions) == 0:
Expand Down

0 comments on commit fcba047

Please sign in to comment.