We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9f982 commit 05b56ceCopy full SHA for 05b56ce
src/common/iServer/ImageService.js
@@ -83,6 +83,7 @@ export default class ImageService extends CommonServiceBase {
83
scope: this,
84
processCompleted: function (result) {
85
if (eventId === result.result.eventId && callback) {
86
+ delete result.result.eventId;
87
callback(result);
88
this.events && this.events.un(eventListeners);
89
return false;
0 commit comments