YouTransfer/YouTransfer

View on GitHub
lib/settings.js

Summary

Maintainability
A
1 hr
Test Coverage

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

Settings.prototype.get = function(next) {
    var self = this;

    self.cache.get('settings', function(err, cached) {
        if(_.isUndefined(cached)) {
Severity: Minor
Found in lib/settings.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status