openmrs/openmrs-contrib-id

View on GitHub
app/db-admin/syncAdminUsers.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function syncFormageUser(user, callback) {

  return FormageUser.findOne({
      username: user.username
    }).exec()
Severity: Minor
Found in app/db-admin/syncAdminUsers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status