Bernd-L/exDateMan

View on GitHub
backend/src/server.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function start has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async start() {
    // Connect to the db
    await db();

    // Set the ports
Severity: Minor
Found in backend/src/server.ts - About 1 hr to fix

    Consider simplifying this complex logical expression.
    Open

        if (process.env.EDM_SSL === "true") {
          // Use SSL
    
          /**
           * The private key for SSL
    Severity: Major
    Found in backend/src/server.ts - About 40 mins to fix

      There are no issues that match your filters.

      Category
      Status