feathersjs/feathers-offline-publication

View on GitHub
src/server/configure.js

Summary

Maintainability
A
1 hr
Test Coverage

Function publication has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function publication (app, publications, extraEvents = {}) {
  debug('Configure publications start.');

  const events = Object.assign({}, {
    'add-publication': addPublication, 'remove-publication': removePublication
Severity: Minor
Found in src/server/configure.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status