teamdigitale/italia-app

View on GitHub
ts/features/services/search/saga/handleFindInstitutions.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function handleFindInstitutions has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function* handleFindInstitutions(
  findInstitutions: ServicesClient["findInstitutions"],
  action: ActionType<typeof searchPaginatedInstitutionsGet.request>
) {
  yield* delay(DEBOUNCE_SEARCH);
Severity: Minor
Found in ts/features/services/search/saga/handleFindInstitutions.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status