Skip to content

Commit

Permalink
fix(module): remove duplicate strategy options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 2, 2018
1 parent f079ae2 commit 2e167f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/module/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function (moduleOptions) {

// Process and normalize strategies
const { strategies, schemes } = processStrategies.call(this, options)
delete options.strategies

// Set defaultStrategy
if (!options.defaultStrategy) {
Expand Down

0 comments on commit 2e167f8

Please sign in to comment.