GladysProject/Gladys

View on GitHub
server/services/enedis/lib/enedis.sync.js

Summary

Maintainability
A
1 hr
Test Coverage

Function sync has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function sync(fromStart = false) {
  logger.debug('Enedis: Syncing account');
  const usagePoints = await this.gladys.device.get({
    service: 'enedis',
  });
Severity: Minor
Found in server/services/enedis/lib/enedis.sync.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status