fix: remove unnecessary parsed subject

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 7381c80caf)
This commit is contained in:
Christopher Ng 2023-08-01 11:33:32 -07:00
parent 3b81da97a5
commit 05436ac58e

View file

@ -102,11 +102,6 @@ class Notifier implements INotifier {
],
],
)
->setParsedSubject(str_replace(
['{name}'],
[$node->getName()],
$subject,
))
->setLink($link);
$label = match ($node->getType()) {