0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

📎 Add documentation assert on add-flow event impl

This commit is contained in:
Andrey Antukh 2024-02-20 15:25:13 +01:00
parent 72937ba091
commit cc9546dd1b

View file

@ -27,6 +27,11 @@
(defn add-flow
[starting-frame]
(dm/assert!
"expect uuid"
(uuid? starting-frame))
(ptk/reify ::add-flow
ptk/WatchEvent
(watch [it state _]