department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-medical-records/actions/blueButtonReport.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export const getBlueButtonReportData = () => async dispatch => {
  try {
    const response = await getDataForBlueButton();
    dispatch({
      type: Actions.LabsAndTests.GET_LIST,
Severity: Minor
Found in src/applications/mhv-medical-records/actions/blueButtonReport.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status