pandark/passport-42

View on GitHub
lib/profile.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function parse has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.parse = function(json, profileFields) {
  if ('string' === typeof json) {
    json = JSON.parse(json);
  }

Severity: Major
Found in lib/profile.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status