Skip to content

Commit ab564e6

Browse files
committed
chore: update sync to target 11410 semester
1 parent 59af235 commit ab564e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const APIHandler = {
4949
) {
5050
console.log("cron processed");
5151
ctx.waitUntil(new Promise(async (resolve) => {
52-
const semester = '11320';
52+
const semester = '11410';
5353
// Scrape archived courses and syllabus
5454
try {
5555
const cache = await scrapeArchivedCourses(env, semester);

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ database_name = "data-d1"
2121
database_id = "c6b4c91d-35a1-4218-9226-a8ab217150fb"
2222

2323
[triggers]
24-
crons = ["0 4 * * *"]
24+
crons = ["30 4 * * *"]

0 commit comments

Comments
 (0)