Cred1Tor/backend-project-lvl3

View on GitHub

Showing 1 of 1 total issue

Function loadAssets has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const loadAssets = (assetUrls, destDir) => {
  if (assetUrls.length === 0) {
    log('no local assets to save');
    return false;
  }
Severity: Minor
Found in src/utils.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language