Skip to content

Commit 9e53492

Browse files
authored
Update RecentDownloadLatencyChartWidget.php (alexjustesen#1356)
1 parent bfe9117 commit 9e53492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Widgets/RecentDownloadLatencyChartWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function getData(): array
5555
'datasets' => [
5656
[
5757
'label' => 'Average (ms)',
58-
'data' => $results->map(fn ($item) => $item->download_latency_iqm ? number_format($item->pdownload_latency_iqm, 2) : 0),
58+
'data' => $results->map(fn ($item) => $item->download_latency_iqm ? number_format($item->download_latency_iqm, 2) : 0),
5959
'borderColor' => '#10b981',
6060
'backgroundColor' => '#10b981',
6161
'fill' => false,

0 commit comments

Comments
 (0)