aardvarks/itsback.at

View on GitHub
sockets.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (app, server) => {
  let io = socket.listen(server)
    , domainClients = {}
    , db = new Database(dbUrl)
    , database = db.connect()
Severity: Major
Found in sockets.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status