This commit is contained in:
Oliver Davies 2025-07-04 12:20:31 +01:00
parent b92c05f298
commit 1e9379ba2d

View file

@ -49,6 +49,7 @@ readonly final class AddRandomCtaToDailyEmail {
return FALSE;
}
// TODO: only check this if the body has a value, because it could be empty.
$body = $email->get('body')->value;
assert(is_string($body));