We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27000f commit ff34938Copy full SHA for ff34938
app/Listeners/ProcessCompletedSpeedtest.php
@@ -55,7 +55,7 @@ private function notifyAppriseChannels(Result $result): void
55
private function notifyDatabaseChannels(Result $result): void
56
{
57
// Don't send database notification if dispatched by a user or test is unhealthy.
58
- if (filled($result->dispatched_by) || ! $result->healthy === false) {
+ if (filled($result->dispatched_by) || $result->healthy === false) {
59
return;
60
}
61
0 commit comments