mike-north/banker

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language