mondora/mondora-website-back

View on GitHub
server/routes/presences.js

Summary

Maintainability
A
1 hr
Test Coverage

Function action has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        action: function () {
            var date = moment.utc({
                month: parseInt(this.request.query.month, 10),
                year: parseInt(this.request.query.year, 10)
            });
Severity: Minor
Found in server/routes/presences.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status