Skip to content

Commit

Permalink
fix: 🐛 Fixes schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Sep 10, 2021
1 parent 0ff3e54 commit fb65a33
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 fb65a33

Please sign in to comment.