openmrs/openmrs-contrib-id

View on GitHub
app/email-verification.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function begin has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.begin = (settings, callback) => {
  // parse arguments
  const addr = settings.addr;
  const subject = settings.subject;
  const templatePath = settings.templatePath;
Severity: Major
Found in app/email-verification.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status