Skip to content

Commit

Permalink
feat: add internalProperties to the settings block
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Dec 7, 2017
1 parent a62bed9 commit 5e59af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -5,5 +5,6 @@ module.exports = require(
)

module.exports.settings = {
connectWithCollection: true
connectWithCollection: true,
internalProperties: ['_id']
}

0 comments on commit 5e59af8

Please sign in to comment.