Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 8154767

Browse files
committed
fix line
1 parent 133c44b commit 8154767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/line-graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function LineGraph(events, { width, height, title, start, end } = {}) {
2020
})),
2121
...filteredEvents.map((event) => ({
2222
day: event.day,
23-
success_rate_http: event.success_rate_http,
23+
success_rate_http_head: event.success_rate_http_head,
2424
type: 'HTTP only w/ HEAD',
2525
})),
2626
]

0 commit comments

Comments
 (0)