Explicitly make onDestroy
have void
return type
This commit is contained in:
parent
9b112489cd
commit
f253fef5c6
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@
|
||||||
this.revokeImageUrl();
|
this.revokeImageUrl();
|
||||||
const attachments = this.get('attachments');
|
const attachments = this.get('attachments');
|
||||||
await Promise.all(attachments.map(deleteAttachmentData));
|
await Promise.all(attachments.map(deleteAttachmentData));
|
||||||
|
return;
|
||||||
},
|
},
|
||||||
/* jshint ignore:end */
|
/* jshint ignore:end */
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
|
|
Loading…
Reference in a new issue