Fix contest rescore bug

This commit is contained in:
anhkha2003 2024-10-02 20:27:49 -05:00
parent 3d67fb274e
commit 18d23c771a
9 changed files with 42 additions and 58 deletions

View file

@ -1039,7 +1039,7 @@ class EditOrganizationContest(
self.object.is_organization_private = True
self.object.save()
maybe_trigger_contest_rescore(form, self.object)
maybe_trigger_contest_rescore(form, self.object, True)
return res