timhaley94/holdem

View on GitHub
server/src/api/socket/index.js

Summary

Maintainability
A
1 hr
Test Coverage
D
64%

Function Socket has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function Socket(server) {
  const io = IO(server, {
    origins: '*:*',
    serveClient: false,
    pingInterval: config.socket.pingInterval,
Severity: Minor
Found in server/src/api/socket/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status