mike-north/banker

View on GitHub
server.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  init(config) {

    assert(!!config.datasource, 'Banker Server - Must provide a datasource');
    this.datasource = config.datasource;
    this.app = koa();
Severity: Minor
Found in server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status