aleksandrchusovitin/frontend-project-lvl4

View on GitHub
server/routes.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildState has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const buildState = (defaultState) => {
  const generalChannelId = getNextId();
  const randomChannelId = getNextId();
  const state = {
    channels: [
Severity: Minor
Found in server/routes.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status