Skip to content

Commit

Permalink
Collect lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreystone committed Aug 24, 2020
1 parent 38a5ba9 commit cd17213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -50,7 +50,7 @@ const jwksOptsDefaults = { jwks: { cache: true, rateLimit: true } }

const factory = options => {
const clients = {}

const opts = Object.assign({}, jwksOptsDefaults, options, {
jwks: Object.assign({}, jwksOptsDefaults.jwks, options.jwks)
})
Expand Down

0 comments on commit cd17213

Please sign in to comment.