kepelrs/nestjs-prisma-crud

View on GitHub
src/crud/validations.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function validateNestedWhere has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function validateNestedWhere(
    whereObject: any,
    allowedJoinsSet: Set<string>,

    // TODO: Document that below keywords should be forbidden in all models
Severity: Minor
Found in src/crud/validations.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status