appsflare/ludicrum-api

View on GitHub
api/workers/ThumbnailerWorker.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function perform has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  perform: function (job, done, context) {
    let fileName = job.data.fileName;
    let retryCounter = job.data.retryCounter || 0;

    let _vPath = '';
Severity: Major
Found in api/workers/ThumbnailerWorker.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status