bin.shen
2016-12-01 d32095bd534679f65eecebc81dcd2a295302af6a
updates
1 files modified
2 ■■■ changed files
method.js 2 ●●● patch | view | raw | blame | history
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);
    });
};