bin.shen
2016-12-01 636afcb4d4e130d27af78e117e1c3cd33425ab7a
method.js
@@ -93,7 +93,7 @@
    this.updateDeviceLastUpdated(db, mac, function(data) {});
    
    db.collection("devices").find({ mac: mac }).limit(1).next(function(err, doc){
        if (err) return;
        if (err || doc == null) return;
        callback(doc);
    });
};