From 4b81468c9c7d6719e428c831240a1a89738004d9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 24 Apr 2025 10:46:04 +0200 Subject: [PATCH] :sparkles: Allow subscription to be `nil` --- backend/src/app/srepl/cli.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/srepl/cli.clj b/backend/src/app/srepl/cli.clj index 8cb4a0fbb..391ca3cad 100644 --- a/backend/src/app/srepl/cli.clj +++ b/backend/src/app/srepl/cli.clj @@ -204,7 +204,7 @@ (def ^:private schema:update-customer-subscription [:map [:id ::sm/uuid] - [:subscription schema:customer-subscription]]) + [:subscription [:maybe schema:customer-subscription]]]) (def coerce-update-customer-subscription-params (coercer schema:update-customer-subscription