fix edit snippet use case
This commit is contained in:
parent
e0afe65a1b
commit
ee1c6a50e9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
[:map {:closed true}
|
[:map {:closed true}
|
||||||
[:markdown {:optional true} :string]
|
[:markdown {:optional true} :string]
|
||||||
[:title {:optional true} :string]
|
[:title {:optional true} :string]
|
||||||
[:tags [:seqable :string]]
|
[:tags {:optional true} [:seqable :string]]
|
||||||
[:slug {:optional true} :string]]))
|
[:slug {:optional true} :string]]))
|
||||||
|
|
||||||
(defn edit-snippet [id patch]
|
(defn edit-snippet [id patch]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue