Gottwik/Enduro

View on GitHub
libs/admin_utilities/file_uploader.js

Summary

Maintainability
A
1 hr
Test Coverage

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

file_uploader.prototype.upload_by_url = function (file_url) {
    const self = this
    return new Promise(function (resolve, reject) {

        const filename = flat_helpers.get_filename_from_url(file_url)
Severity: Minor
Found in libs/admin_utilities/file_uploader.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status