cleanup Fetch API code

This commit is contained in:
djmaze 2020-09-15 11:51:07 +02:00
parent 95f55deaad
commit 344edaec2a
4 changed files with 22 additions and 60 deletions

View file

@ -184,13 +184,6 @@ class MessageModel extends AbstractModel {
).filter((value, index, self) => !!value && self.indexOf(value) == index);
}
/**
* @returns {Array}
*/
getRecipientsEmails() {
return this.getEmails(['to', 'cc']);
}
/**
* @returns {string}
*/