mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Exclude failed tests from homepage graphs
This commit is contained in:
@@ -52,6 +52,7 @@ class SpeedtestController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
$data = Speedtest::where('created_at', '>=', Carbon::now()->subDays($days))
|
$data = Speedtest::where('created_at', '>=', Carbon::now()->subDays($days))
|
||||||
|
->where('failed', false)
|
||||||
->orderBy('created_at', 'asc')
|
->orderBy('created_at', 'asc')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user