parent
731052ad0a
commit
ecf2885a6c
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
||||||
this.handleDataMessage(dataMessage);
|
this.handleDataMessage(dataMessage);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
} else {
|
} else {
|
||||||
promise = promise.then(function() {
|
promise = this.send(promise).then(function() {
|
||||||
this.removeConflictFor(number);
|
this.removeConflictFor(number);
|
||||||
this.save();
|
this.save();
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue