kripod/knex-orm

View on GitHub
src/relation.js

Summary

Maintainability
A
1 hr
Test Coverage

Function applyAsync has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  applyAsync(...originInstances) {
    const models = flattenArray(originInstances);
    const { OriginAttribute, TargetAttribute } = this;

    // Create and then execute the query, handling Model bindings
Severity: Minor
Found in src/relation.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status