mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 13:04:06 +00:00
Remove un-used package import
This commit is contained in:
parent
d11b11222b
commit
d14d5002ab
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ mongojs = require("mongojs")
|
|||
ObjectId = mongojs.ObjectId
|
||||
db = mongojs(Settings.mongo.url, ['users'])
|
||||
_ = require("underscore")
|
||||
BSON = db.bson.BSON
|
||||
|
||||
|
||||
handleExit = () ->
|
||||
|
|
Loading…
Add table
Reference in a new issue