Skip to content

Commit

Permalink
Typo with committee check
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Feb 13, 2024
1 parent 900e1b4 commit 3b7746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/clubs/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ def save(self):
)
)
if prev_committee_names != committees:
if application_obj.application_start_time > now:
if application_obj.application_start_time < now:
raise serializers.ValidationError(
"You cannot edit committees once the application is open"
)
Expand Down

0 comments on commit 3b7746d

Please sign in to comment.