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();
|
||||
const attachments = this.get('attachments');
|
||||
await Promise.all(attachments.map(deleteAttachmentData));
|
||||
return;
|
||||
},
|
||||
/* jshint ignore:end */
|
||||
/* eslint-disable */
|
||||
|
|
Loading…
Reference in a new issue