cloudfoundry/stratos

View on GitHub
src/frontend/packages/store/src/reducers/api-request-reducer/request-helpers.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function failApiRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  store: Store<T>,
  apiAction: EntityRequestAction,
  error,
  catalogEntity: StratosBaseCatalogEntity,
  requestType: ApiRequestTypes = 'fetch',

    Function getFailApiRequestActions has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      apiAction: EntityRequestAction,
      error,
      requestType: ApiRequestTypes = 'fetch',
      catalogEntity: StratosBaseCatalogEntity,
      internalEndpointError?: InternalEndpointError,

      There are no issues that match your filters.

      Category
      Status