mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 04:36:12 +02:00
♻️ Add string length validation to backend RPC methods fields
This commit is contained in:
parent
0721760900
commit
28c2197ba7
13 changed files with 31 additions and 29 deletions
|
@ -51,7 +51,7 @@
|
|||
[:vector [:map
|
||||
[:changes [:vector ::cpc/change]]
|
||||
[:hint-origin {:optional true} :keyword]
|
||||
[:hint-events {:optional true} [:vector :string]]]]]
|
||||
[:hint-events {:optional true} [:vector [:string {:max 250}]]]]]]
|
||||
[:skip-validate {:optional true} :boolean]])
|
||||
|
||||
(def ^:private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue