feathersjs-ecosystem/feathers-authentication-management

View on GitHub
src/client.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
90%

Function makeClient has 108 lines of code (exceeds 100 allowed). Consider refactoring.
Open

function makeClient (app: Application, _options?: Partial<ClientOptions>): AuthenticationManagementClient {
  const options: ClientOptions = Object.assign({}, defaultOptions, _options);

  const {
    path
Severity: Major
Found in src/client.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status