Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jan 31, 2025
1 parent 5641b3a commit 572a546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);

Expand Down

0 comments on commit 572a546

Please sign in to comment.