feat: added scrapedAt property (#149)
* feat: added scrapedAt property * fix: type-check
This commit is contained in:
@@ -92,6 +92,7 @@ export class CourseCatalogScraper {
|
||||
instructors: this.getInstructors(row) as Instructor[],
|
||||
description: this.getDescription(document),
|
||||
semester: this.getSemester(),
|
||||
scrapedAt: Date.now(),
|
||||
});
|
||||
courses.push({
|
||||
element: row,
|
||||
|
||||
Reference in New Issue
Block a user