feathersjs/feathers-reactive

View on GitHub
src/resource.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function reactiveResource has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function reactiveResource(settings: Options, method: string) {
  return function () {
    const position = getParamsPosition(method);
    const params = arguments[position] || {};

Severity: Minor
Found in src/resource.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status