ahbeng/NUSMods

View on GitHub
scrapers/nus-v2/src/tasks/GetSemesterModules.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async run(input: Input) {
    this.logger.info(`Getting modules for ${this.academicYear} semester ${this.semester}`);

    const term = getTermCode(this.semester, this.academicYear);

Severity: Minor
Found in scrapers/nus-v2/src/tasks/GetSemesterModules.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status