dashpresshq/dashpress

View on GitHub
src/backend/lib/request/validations/implementations/crud-enabled.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Function crudEnabledValidationImpl has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const crudEnabledValidationImpl: ValidationImplType<void> = async (
  req,
  action: unknown
) => {
  progammingError("Please provide the action for the CRUD check", !action);
Severity: Minor
Found in src/backend/lib/request/validations/implementations/crud-enabled.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status