Skip to content

Commit

Permalink
Merge pull request #144 from kolplattformen/fix/schedule-not-being-lo…
Browse files Browse the repository at this point in the history
…aded

fix: 🐛 Fixes schedule
  • Loading branch information
viktorlarsson authored Sep 10, 2021
2 parents 0ff3e54 + fb65a33 commit 7f93285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse/timetable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const calculateDate = (year: number, weekNumber: number, weekday: number, time:
const [hours, minutes, seconds] = time.split(':')
return DateTime.local()
.set({
year,
weekYear: year,
weekNumber,
weekday,
hour: parseInt(hours, 10),
Expand Down

0 comments on commit 7f93285

Please sign in to comment.