nukeop/nuclear

View on GitHub
packages/main/src/services/http/server/api/playlist.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function playlistRouter has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function playlistRouter(store: Store, rendererWindow: BrowserWindow['webContents']): ISwaggerizedRouter {

  const router = express.Router() as ISwaggerizedRouter;
  
  swagger.swaggerize(router);
Severity: Minor
Found in packages/main/src/services/http/server/api/playlist.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status