bcgov/document-generation-showcase

View on GitHub
app/src/cdogsService/clientConnection.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

  constructor({ tokenUrl, clientId, clientSecret }) {
    log.verbose(
      'ClientConnection',
      `Constructed with ${tokenUrl}, ${clientId}, clientSecret`
    );
Severity: Minor
Found in app/src/cdogsService/clientConnection.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status