mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 09:44:21 +00:00
fix usage of BSON module
This commit is contained in:
parent
b7de6f2f71
commit
d49997d9f3
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ db = mongojs(Settings.mongo.url, ["docHistory", "projectHistoryMetaData", "docHi
|
||||||
module.exports =
|
module.exports =
|
||||||
db: db
|
db: db
|
||||||
ObjectId: mongojs.ObjectId
|
ObjectId: mongojs.ObjectId
|
||||||
BSON: bson
|
BSON: new bson.BSONPure()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue