GladysProject/Gladys

View on GitHub
server/services/lan-manager/lib/lan-manager.loadConfiguration.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadConfiguration has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function loadConfiguration() {
  this.configured = false;

  // Load scanner status
  const scanPresenceStatus = await this.gladys.variable.getValue(VARIABLES.PRESENCE_STATUS, this.serviceId);
Severity: Minor
Found in server/services/lan-manager/lib/lan-manager.loadConfiguration.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status