Skip to content

Commit b709046

Browse files
committed
Fix wrong month
1 parent 2418ec3 commit b709046

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export const STATIC_CONFIG = {
1010
{
1111
title: "Minggu Pengganti ATS",
1212
start: "2026-04-27T00:00:00",
13-
end: "2026-04-03T23:59:59",
13+
end: "2026-05-03T23:59:59",
1414
},
1515
{
1616
title: "ATS",
17-
start: "2026-04-04T00:00:00",
18-
end: "2026-04-17T23:59:59",
17+
start: "2026-05-04T00:00:00",
18+
end: "2026-05-17T23:59:59",
1919
},
2020
{
2121
title: "Minggu Pengganti AAS",

0 commit comments

Comments
 (0)