Fix iOS messaging issue

This commit is contained in:
Chris Bianca 2017-03-27 13:26:26 +01:00
parent 43df6b5564
commit e25dd05576
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function finish(data) {
if (!this._finishCalled && this._completionHandlerId) {
let result = Object.assign({}, data);
let result = data;
this._finishCalled = true;