MessageReceiver: removeFromCache no longer returns a promise
This commit is contained in:
parent
0533b45ed5
commit
f876b81493
1 changed files with 2 additions and 3 deletions
|
@ -719,9 +719,8 @@ MessageReceiver.prototype.extend({
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.removeFromCache(envelope).then(() => {
|
this.removeFromCache(envelope);
|
||||||
throw error;
|
throw error;
|
||||||
});
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue