Skip to content

Commit 4a7cdca

Browse files
authored
Merge pull request #31 from dadi/feature/internal-properties
Add internalProperties to the settings block
2 parents a62bed9 + 5e59af8 commit 4a7cdca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = require(
55
)
66

77
module.exports.settings = {
8-
connectWithCollection: true
8+
connectWithCollection: true,
9+
internalProperties: ['_id']
910
}

0 commit comments

Comments
 (0)