GladysProject/Gladys

View on GitHub
server/lib/system/system.downloadUpgrade.js

Summary

Maintainability
A
1 hr
Test Coverage

Function downloadUpgrade has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function downloadUpgrade(tag) {
  // reset download upgrade status
  this.downloadUpgradeError = null;
  this.downloadUpgradeFinished = null;
  this.downloadUpgradeLastEvent = null;
Severity: Minor
Found in server/lib/system/system.downloadUpgrade.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status