teableio/teable

View on GitHub
apps/nestjs-backend/src/features/base/base.controller.ts

Summary

Maintainability
A
2 hrs
Test Coverage

BaseController has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

@Controller('api/base/')
export class BaseController {
  constructor(
    private readonly baseService: BaseService,
    private readonly dbConnectionService: DbConnectionService,
Severity: Minor
Found in apps/nestjs-backend/src/features/base/base.controller.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status