Skip to content

Commit

Permalink
feat: linting (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Dec 3, 2024
1 parent a89e53b commit 936a21a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/fileManifestState/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export function getRequestFilters(
state: FileManifestState
): Filters | undefined {
if (state.filesFacetsStatus !== FILES_FACETS_STATUS.COMPLETED) return;
// Form facets are not defined (no form terms have been selected).
if (state.setOfFormFacetNames.size === 0) return;
// Form terms are partially selected; return filters.
if (!areAllFormFiltersSelected(state)) return state.filters;
Expand Down

0 comments on commit 936a21a

Please sign in to comment.