Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor bug in RevisionStatTimeslice. Currently REVISION_TIMEFRAME …
…is set to 7 days. If the course start is less that one week ago, we don't want to try to retrieve a timeslice for 7 days ago because that timeslice won't exist. Because of that, now we fix the start period for the timeframe as the max between course start or 7 days ago. (#6186)
- Loading branch information