linagora/openpaas-esn

View on GitHub
modules/linagora.esn.contact.import/frontend/js/services.js

Summary

Maintainability
A
1 hr
Test Coverage

Function importContacts has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function importContacts(type, account) {

      var importer = ContactImportRegistry.get(type);
      if (!importer) {
        $log.error('Can not find importer ' + type);
Severity: Minor
Found in modules/linagora.esn.contact.import/frontend/js/services.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status