kk
This commit is contained in:
parent
85d91de996
commit
2d67e04263
2
db.js
2
db.js
@ -48,7 +48,7 @@ module.exports = function(name){
|
|||||||
|
|
||||||
this.get_v = function(cid){
|
this.get_v = function(cid){
|
||||||
return new Promise((resolve, reject)=>{
|
return new Promise((resolve, reject)=>{
|
||||||
resolve(this.db.find({id:cid}).value().tracking);
|
resolve(this.db.find({id:cid}).value());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user