mirror of
https://github.com/penpot/penpot.git
synced 2025-04-30 00:46:21 +02:00
✨ Allow subscription to be nil
This commit is contained in:
parent
cffac2a56a
commit
4b81468c9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue