Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed bug where the returned array had 1 element but mismatched length, causing a second undefined element. This was caused by assigning elements to the array by arr[index] rather than using arr.push(). New implementation uses .push() and also removes the unneeded weekIndex variable
- Loading branch information