Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix updating freeze and end time from event-feed
Previously, the freeze and end times of contests would be set as timestamps. However, the `updateTimes` method overwrites the values from their string representation on update. Therefore, the requested update was not persisted in the database.
- Loading branch information