linagora/openpaas-esn

View on GitHub
backend/core/email/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getMailer has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getMailer(user) {
  const mailSenderPromise = getMailSender(user);

  return {
    send: send.bind(null, 'send'),
Severity: Minor
Found in backend/core/email/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status