cattr-app/frontend-application

View on GitHub
app/core/modules/Dashboard/services/dashboard.service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function load has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    load(userIDs, projectIDs, startAt, endAt, userTimezone) {
        this.getReport(startAt, endAt, userIDs, projectIDs, userTimezone)
            .then(response => {
                if (!response) {
                    return;
Severity: Major
Found in app/core/modules/Dashboard/services/dashboard.service.js - About 2 hrs to fix

    Parsing error: Unexpected token )
    Open

            );

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status