client/app/utils/socket.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function constructor has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor() {
    if (!this.cookie) {
      console.error(`Session cookie not found or corrupted. Exiting.`);
      this._logout();
    }
Severity: Major
Found in client/app/utils/socket.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status