scrapers/nus-v2/src/tasks/GetSemesterExams.ts
Function run
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async run(): Promise<Output> {
this.logger.info(
`Getting exams for all modules in ${this.academicYear} semester ${this.semester}`,
);
const term = getTermCode(this.semester, this.academicYear);