Explicitly make `onDestroy` have `void` return type

pull/1/head
Daniel Gasienica 8 years ago
parent 9b112489cd
commit f253fef5c6

@ -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…
Cancel
Save