Skip to content

Commit addd40b

Browse files
authored
bug: fix mails on completed speedtest (#2457)
1 parent 28418c3 commit addd40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Listeners/ProcessCompletedSpeedtest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private function notifyDispatchingUser(Result $result): void
104104
*/
105105
private function notifyMailChannels(Result $result): void
106106
{
107-
if (empty($result->dispatched_by) || ! $result->healthy) {
107+
if (filled($result->dispatched_by) || ! $result->healthy) {
108108
return;
109109
}
110110

0 commit comments

Comments
 (0)