Skip to content

Commit 2e167f8

Browse files
author
Pooya Parsa
committed
fix(module): remove duplicate strategy options
1 parent f079ae2 commit 2e167f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/module/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = function (moduleOptions) {
1717

1818
// Process and normalize strategies
1919
const { strategies, schemes } = processStrategies.call(this, options)
20+
delete options.strategies
2021

2122
// Set defaultStrategy
2223
if (!options.defaultStrategy) {

0 commit comments

Comments
 (0)