fix usage of BSON module

This commit is contained in:
Brian Gough 2015-12-21 16:56:49 +00:00
parent b7de6f2f71
commit d49997d9f3

View file

@ -5,5 +5,5 @@ db = mongojs(Settings.mongo.url, ["docHistory", "projectHistoryMetaData", "docHi
module.exports =
db: db
ObjectId: mongojs.ObjectId
BSON: bson
BSON: new bson.BSONPure()