Skip to content

Commit

Permalink
Timings Function Completed
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushagarwal95 committed Feb 14, 2015
1 parent 51b892e commit 9d2ba85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/scraper/timetable.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ exports.scrapeTimetable = function (app, data, callback) {
else {
time.setMinutes(0);
}
time.setHours(morningStartHour + column);
}
else if (column >= 12) {
if (isEndTime) {
Expand Down

0 comments on commit 9d2ba85

Please sign in to comment.