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

Loading…
Cancel
Save