linagora/openpaas-esn

View on GitHub
backend/core/notification/notification.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function save(notification, callback) {
  if (!notification) {
    return callback(new Error('Notification can not be null'));
  }

Severity: Minor
Found in backend/core/notification/notification.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status