v1.10.1
This commit is contained in:
parent
773977dd96
commit
8546040e97
6 changed files with 38 additions and 19 deletions
|
@ -745,6 +745,8 @@ module.exports.delete = (id, callback) => {
|
|||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
caches.cache.delete('sender queue');
|
||||
return callback(null, affected);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue