kk
This commit is contained in:
parent
4d90a66cdd
commit
df3e27bb0b
2
db.js
2
db.js
@ -50,7 +50,7 @@ module.exports = function(name){
|
|||||||
this.get_v = function(cid){
|
this.get_v = function(cid){
|
||||||
this.get_chat(cid);
|
this.get_chat(cid);
|
||||||
return new Promise((resolve, reject)=>{
|
return new Promise((resolve, reject)=>{
|
||||||
resolve(this.db.get("chats").find({id:cid}).value());
|
resolve(this.db.get("chats").find({id:cid}).get('tracking').value());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user