fix edit snippet use case

This commit is contained in:
Travis Shears 2025-06-10 15:13:29 +02:00
parent e0afe65a1b
commit ee1c6a50e9

View file

@ -9,7 +9,7 @@
[:map {:closed true}
[:markdown {:optional true} :string]
[:title {:optional true} :string]
[:tags [:seqable :string]]
[:tags {:optional true} [:seqable :string]]
[:slug {:optional true} :string]]))
(defn edit-snippet [id patch]