diff --git a/app/Listeners/ProcessCompletedSpeedtest.php b/app/Listeners/ProcessCompletedSpeedtest.php index c764cb275..228151750 100644 --- a/app/Listeners/ProcessCompletedSpeedtest.php +++ b/app/Listeners/ProcessCompletedSpeedtest.php @@ -55,7 +55,7 @@ private function notifyAppriseChannels(Result $result): void private function notifyDatabaseChannels(Result $result): void { // Don't send database notification if dispatched by a user or test is unhealthy. - if (filled($result->dispatched_by) || ! $result->healthy === false) { + if (filled($result->dispatched_by) || $result->healthy === false) { return; }