Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen committed Nov 23, 2024
1 parent 9aca209 commit 12644d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Actions/Ookla/EvaluateResultHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EvaluateResultHealth

public function handle(Result $result, array $benchmarks): bool
{
if (Arr::get($benchmarks, 'download', false) && ! Benchmark::bitrate($result->download, $benchmarks['download']) ) {
if (Arr::get($benchmarks, 'download', false) && ! Benchmark::bitrate($result->download, $benchmarks['download'])) {
$this->healthy = false;
}

Expand Down

0 comments on commit 12644d6

Please sign in to comment.