mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Lint cleanup with new rules
This commit is contained in:
@@ -200,7 +200,7 @@ class EmailBuilder {
|
||||
}
|
||||
|
||||
if (typeof this?.#HTMLBody?.length !== 'undefined')
|
||||
message['html'] = this.#HTMLBody;
|
||||
message.html = this.#HTMLBody;
|
||||
|
||||
return message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user