Skip to content

Commit 4fc97d5

Browse files
author
Sonmez Kartal
committed
Fix bson.ObjectID module reference
Signed-off-by: Sonmez Kartal <sonmez@koding.com>
1 parent fb6ad23 commit 4fc97d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node_modules_koding/bongo/lib/objectid.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Unfancy models for MongoDB
88
@description: this is just a wrapper around the mongodb
99
driver's ObjectID constructor.
1010
###
11-
module.exports = require('mongodb').BSONPure.ObjectID
11+
module.exports = require('mongodb').ObjectID

0 commit comments

Comments
 (0)