1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 19:59:27 +00:00

Remove dangling commas

This commit is contained in:
2022-04-19 00:22:23 +00:00
parent 52c44f298e
commit c3d3de7677
11 changed files with 28 additions and 28 deletions

View File

@@ -185,7 +185,7 @@ class EmailBuilder {
cc: `${this.#cc.join(',')}`,
bcc: `${this.#bcc.join(',')}`,
subject: this.#subject,
text: this.#body,
text: this.#body
};
try {