ahbeng/NUSMods

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

Summary

Maintainability
A
1 hr
Test Coverage

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

  async run() {
    try {
      const [departments, faculties] = await Promise.all([
        this.api.getDepartment(),
        this.api.getFaculty(),
Severity: Minor
Found in scrapers/nus-v2/src/tasks/TestApi.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status