GladysProject/Gladys

View on GitHub
server/services/edf-tempo/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function EdfTempoService has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function EdfTempoService(gladys, serviceId) {
  const dayjs = require('dayjs');
  const utc = require('dayjs/plugin/utc');
  const timezone = require('dayjs/plugin/timezone');
  dayjs.extend(utc);
Severity: Minor
Found in server/services/edf-tempo/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status