department-of-veterans-affairs/vets-website

View on GitHub
src/applications/caregivers/actions/fetchMapBoxGeocoding.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export const fetchMapBoxGeocoding = async (query, client = null) => {
  if (!query) {
    return {
      type: 'SEARCH_FAILED',
      errorMessage: content['error--facility-search-cancelled'],
Severity: Minor
Found in src/applications/caregivers/actions/fetchMapBoxGeocoding.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status