hoschi/sweetp-service-project-context-manager

View on GitHub
src/dbHelper.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initDb has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.initDb = function (connection, callback) {
    var db;

    db = arango.Connection(connection);

Severity: Minor
Found in src/dbHelper.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status