node-modli/modli-dynamodb

View on GitHub
src/helpers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createExpression has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

helpers.createExpression = (currentFilter, filterObj) => {
  let newIndex = 1;
  let newFilter = Object.create({});
  newFilter = _.clone(tables.filterExpression, true);
  newFilter.FilterExpression = '';
Severity: Minor
Found in src/helpers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status