From 98f12bebed5433cca0a040840818e9ec6b0907cf Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Sat, 29 Nov 2025 21:39:11 +0000 Subject: [PATCH] ./check --- ts/routes/graphs/simulator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/routes/graphs/simulator.ts b/ts/routes/graphs/simulator.ts index 271052795..b76237459 100644 --- a/ts/routes/graphs/simulator.ts +++ b/ts/routes/graphs/simulator.ts @@ -238,7 +238,7 @@ function _renderSimulationChart< x: X, y: ScaleLinear, ) => void, - y_min: number = Infinity, + y_min = Infinity, ): TableDatum[] { const svg = select(svgElem); svg.selectAll(".lines").remove();