Skip to content

Commit b84e04d

Browse files
authored
Normalize default chart range to lower case (alexjustesen#2443)
Co-authored-by: Alex Justesen <[email protected]>
1 parent 4d28618 commit b84e04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/speedtest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
'public_dashboard' => env('PUBLIC_DASHBOARD', false),
1818

19-
'default_chart_range' => env('DEFAULT_CHART_RANGE', '24h'),
19+
'default_chart_range' => strtolower(env('DEFAULT_CHART_RANGE', '24h')),
2020

2121
/**
2222
* Speedtest settings.

0 commit comments

Comments
 (0)