LearnersGuild/echo

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

Summary

Maintainability
A
1 hr
Test Coverage

Function lockSurvey has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function lockSurvey(memberId, projectId) {
  return {
    variables: {memberId, projectId},
    query: `
      mutation($memberId: ID!, $projectId: ID!) {
Severity: Minor
Found in src/common/actions/queries/lockRetroSurveyForUser.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status