LearnersGuild/echo

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

Summary

Maintainability
A
1 hr
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status