4minitz/4minitz

View on GitHub
imports/server/exportimport/expImpSchema.js

Summary

Maintainability
A
1 hr
Test Coverage

Function preImportCheck has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static preImportCheck (db, msID, force=false) {
        return new Promise((resolve, reject) => {
            db.collection('migrations')
                .findOne()
                .then(doc => {
Severity: Minor
Found in imports/server/exportimport/expImpSchema.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status