We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d877d89 commit a0c6d69Copy full SHA for a0c6d69
src/convention.js
@@ -12,7 +12,7 @@ module.exports = class Convention {
12
13
static toObjectIdArray(stringArray){
14
const objectArray = stringArray.map(function(x) {
15
- x = ObjectId(x.toString());
+ x = ObjectId(x.toString())
16
return x
17
})
18
0 commit comments