app/src/cdogsService/clientConnection.js
Function constructor
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
constructor({ tokenUrl, clientId, clientSecret }) {
log.verbose(
'ClientConnection',
`Constructed with ${tokenUrl}, ${clientId}, clientSecret`
);