Asymmetrik/node-rest-starter

View on GitHub
src/lib/socket.io.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    async init(server: http.Server, db: Mongoose) {
        // Load configured Socket Provider implementation
        await this.loadSocketProvider();

        // Initialize modules sockets
Severity: Minor
Found in src/lib/socket.io.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status