jeresig/pharos-images

View on GitHub
migrations/1451841755007-use-image-ids.js

Summary

Maintainability
A
1 hr
Test Coverage

Function up has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.up = (next) => {
    init(() => {
        models("Artwork").find({}, {}, {timeout: true}).stream()
            .on("data", function(artwork) {
                this.pause();
Severity: Minor
Found in migrations/1451841755007-use-image-ids.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status