Przeglądaj źródła

Remove un-used package import

Shane Kilkelly 9 lat temu
rodzic
commit
86b5d97491
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      migrations/4_update_user_features.coffee

+ 0 - 1
migrations/4_update_user_features.coffee

@@ -4,7 +4,6 @@ mongojs = require("mongojs")
 ObjectId = mongojs.ObjectId
 db = mongojs(Settings.mongo.url, ['users'])
 _ = require("underscore")
-BSON = db.bson.BSON
 
 
 handleExit = () ->