|
if (config.skipRemoteConfig) { |
|
return callback(null, config); |
|
} |
It looks like this was just added for testing convenience. Are we using this anywhere else? I'm working on the python version of this, and can't really seem to find a use for it.
Thinking about dropping support for it, but didn't want to break anything =)
stormpath-node-config/lib/strategy/EnrichClientFromRemoteConfigStrategy.js
Lines 81 to 83 in c11f1f5
It looks like this was just added for testing convenience. Are we using this anywhere else? I'm working on the python version of this, and can't really seem to find a use for it.
Thinking about dropping support for it, but didn't want to break anything =)