[fix] remove brackets from e-mail title (otherwise Gmail merge with old title)

This commit is contained in:
2020-05-09 12:12:59 +02:00
parent 46bb98f705
commit ee9e729718
5 changed files with 15 additions and 15 deletions

View File

@@ -22,9 +22,9 @@ export function jsonWatcher(conf: Conf) {
address: confWWMeta.address + URL_PATH,
frequency: confWWMeta.frequency
},
() => `[OK] WWMeta.json is up-to-date`,
() => `[FAILURE] WWMeta.json`,
() => `[RECOVERED] WWMeta.json`)
() => `State OK WWMeta.json is up-to-date`,
() => `State FAILURE WWMeta.json`,
() => `State RECOVERED WWMeta.json`)
}
}