dsd-meetme/frontend

View on GitHub
app/shared/resources/orgResources.js

Summary

Maintainability
A
1 hr
Test Coverage

Function service has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var service = function ($resource, configService) {

        var apiDomain = configService.apiDomain;

        var orgUser = $resource(apiDomain + '/companies/employees/:userId', null, {
Severity: Minor
Found in app/shared/resources/orgResources.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status