mondora/mondora-website-front

View on GitHub
app/components/clock-in/clock-in.js

Summary

Maintainability
A
1 hr
Test Coverage

Function controller has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        controller: ["$scope", function ($scope) {
            Ceres.subscribe("myCoins");
            var Coins = Ceres.getCollection("coins");
            var today = moment().utc().startOf("day").valueOf();
            var coinsRQ = Coins.reactiveQuery({
Severity: Minor
Found in app/components/clock-in/clock-in.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status