Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: Handle null point overrides in submission comments
This fixes the below production error: ``` File ".../tin/tin/apps/submissions/models.py", line 136, in point_override return sum(c.point_override for c in self.comments.all()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' ```
- Loading branch information