Asymmetrik/mean2-starter

View on GitHub
src/server/app/access-checker/services/access-checker.server.service.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports.get = function (id) {
    var defer = q.defer();

    if(null == id) {
        return q.reject('id cannot be null or undefined');

    There are no issues that match your filters.

    Category
    Status