LearnersGuild/echo

View on GitHub
src/common/actions/queries/getRetrospectiveSurvey.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getRetrospectiveSurvey has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function getRetrospectiveSurvey(projectName) {
  return {
    variables: {projectName},
    query: `
      query($projectName:String) {
Severity: Minor
Found in src/common/actions/queries/getRetrospectiveSurvey.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status