department-of-veterans-affairs/vets-website

View on GitHub
src/applications/personalization/appointments/actions/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function fetchConfirmedFutureAppointments has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function fetchConfirmedFutureAppointments() {
  return async dispatch => {
    dispatch({
      type: FETCH_CONFIRMED_FUTURE_APPOINTMENTS,
    });
Severity: Major
Found in src/applications/personalization/appointments/actions/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status