Skip to content

Commit

Permalink
update date
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Feb 13, 2023
1 parent 2e981d7 commit 60fb024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { EventConfig, RecurrenceRule, Event, Calendar, Day } from './deps.ts';
import { Lesson } from './parser.ts';

const WEEK1_FIRST_DAY = [2022, 8, 5];
const WEEK1_FIRST_DAY = [2023, 1, 13];

const getMondayOfWeek = (n: number) => {
const [year, month, date] = WEEK1_FIRST_DAY;
Expand Down

0 comments on commit 60fb024

Please sign in to comment.