mondora/mondora-website-back

View on GitHub
server/cron/downloadStravaActivities.js

Summary

Maintainability
A
1 hr
Test Coverage

Function downloadStravaActitivities has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Cron.downloadStravaActitivities = function () {
    // Retrieve last activity from db
    var lastActivity = StravaActivities.findOne({}, {sort: {dateUTC: -1}});
    var params = {};
    if (lastActivity) {
Severity: Minor
Found in server/cron/downloadStravaActivities.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status