From 5e61595a3da59e8239670ff34944cb815c6eb1b0 Mon Sep 17 00:00:00 2001 From: megrogan Date: Thu, 19 Dec 2024 15:47:51 +0000 Subject: [PATCH] candid! --- backend/libraries/types/can.did | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/libraries/types/can.did b/backend/libraries/types/can.did index 84f7169a7c..888b4af9e4 100644 --- a/backend/libraries/types/can.did +++ b/backend/libraries/types/can.did @@ -2117,8 +2117,8 @@ type StringParamChoice = record { }; type NumberParam = record { - min_size : float64; - max_size : float64; + max_value : float64; + max_value : float64; choices : vec NumberParamChoice; };