From 0fb7553ebf52ce75507c545633e87e7cfea6f01f Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 30 Dec 2025 10:41:51 -0600 Subject: [PATCH] fix(tickrs): change chart_type to lowercase 'candle' --- apps/tickrs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tickrs/default.nix b/apps/tickrs/default.nix index c01cfbb..bdf4f5e 100644 --- a/apps/tickrs/default.nix +++ b/apps/tickrs/default.nix @@ -16,6 +16,6 @@ show_y_axis: true time_frame: Day1 update_frequency: 1 - chart_type: Candle + chart_type: candle ''; }