ForestAdmin/forest-express-sequelize

View on GitHub
src/services/resources-getter.js

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

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

  async _buildQueryOptions(buildOptions = {}) {
    const { forCount, tableAlias } = buildOptions;
    const {
      fields, filters,
      search, searchExtended, segment, segmentQuery, timezone,
Severity: Minor
Found in src/services/resources-getter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status