GladysProject/Gladys

View on GitHub
server/lib/scene/scene.get.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function get has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function get(options) {
  const optionsWithDefault = { ...DEFAULT_OPTIONS, ...options };

  const queryParams = {
    attributes: optionsWithDefault.fields,
Severity: Major
Found in server/lib/scene/scene.get.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status