scrapers/nus-v2/src/tasks/GetSemesterModules.ts
Function run
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async run(input: Input) {
this.logger.info(`Getting modules for ${this.academicYear} semester ${this.semester}`);
const term = getTermCode(this.semester, this.academicYear);