diff --git a/src/api/search.js b/src/api/search.js index 45b6546..0f696c6 100644 --- a/src/api/search.js +++ b/src/api/search.js @@ -20,7 +20,7 @@ export async function search(params) { JSON.stringify(params) ); const federalSearchCached = searchStore.getSearchFromCache( - // Hardcoding key as the federal response won't change, and we return with all locations + // Hardcoding key as the federal response won't require parameters, and we return with all locations 'federalSearch' );