Skip to content

Commit a0c6d69

Browse files
committed
style: fix lint
1 parent d877d89 commit a0c6d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convention.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = class Convention {
1212

1313
static toObjectIdArray(stringArray){
1414
const objectArray = stringArray.map(function(x) {
15-
x = ObjectId(x.toString());
15+
x = ObjectId(x.toString())
1616
return x
1717
})
1818

0 commit comments

Comments
 (0)