From 23f39e6bf04330073d31699ef39ad663c76af9ca Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 15 Feb 2022 23:08:26 -0700 Subject: [PATCH] fix (de)serialization of min and max --- backend/src/install/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/install/mod.rs b/backend/src/install/mod.rs index 518d42210..cd18071d0 100644 --- a/backend/src/install/mod.rs +++ b/backend/src/install/mod.rs @@ -79,7 +79,7 @@ pub async fn list(#[context] ctx: RpcContext) -> Result