mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 21:50:58 +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 =
|
||||
db: db
|
||||
ObjectId: mongojs.ObjectId
|
||||
BSON: bson
|
||||
BSON: new bson.BSONPure()
|
||||
|
||||
|
|
Loading…
Reference in a new issue