You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/ilkkao/git/mas/server/node_modules/nconf/lib/nconf/stores/memory.js:47
if (target && target.hasOwnProperty(key)) {
^
TypeError: target.hasOwnProperty is not a function
at exports.File.Memory.get (/Users/ilkkao/git/mas/server/node_modules/nconf/lib/nconf/stores/memory.js:47:26)
at /Users/ilkkao/git/mas/server/node_modules/nconf/lib/nconf/provider.js:629:32
at Array.forEach (<anonymous>)
If a memory store is added where the configuration is an object without prototype, when you try to get something the following error occurs:
Here is an example to reproduce:
The text was updated successfully, but these errors were encountered: