Explicitly make onDestroy have void return type

This commit is contained in:
Daniel Gasienica 2018-03-23 10:43:42 -04:00
parent 9b112489cd
commit f253fef5c6

View file

@ -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 */