sparkletown/sparkle

View on GitHub
src/hooks/algolia/useAlgoliaSearch.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useAlgoliaSearch has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useAlgoliaSearch = (
  searchQuery: string | undefined,
  params?: {
    sovereignVenueId: string;
  }
Severity: Minor
Found in src/hooks/algolia/useAlgoliaSearch.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status