mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 07:11:38 +02:00
✨ Improve _doc endpoint output format
This commit is contained in:
parent
356ff4683d
commit
dd130615a1
5 changed files with 36 additions and 14 deletions
|
@ -204,8 +204,9 @@
|
|||
(defn- process-method
|
||||
[cfg vfn]
|
||||
(let [mdata (meta vfn)]
|
||||
;; (prn mdata)
|
||||
[(keyword (::sv/name mdata))
|
||||
(wrap cfg (deref vfn) mdata)]))
|
||||
(wrap cfg vfn mdata)]))
|
||||
|
||||
(defn- resolve-query-methods
|
||||
[cfg]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue