0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

🐛 Fix wrong spec reference on messages.

This commit is contained in:
Andrey Antukh 2020-12-04 09:29:26 +01:00 committed by Alonso Torres
parent 9b8ec1ac02
commit b4246c2869

View file

@ -33,7 +33,7 @@
(s/def ::label ::us/string)
(s/def ::callback fn?)
(s/def ::action (s/keys :req-un [::label ::callback]))
(s/def ::actions (s/every ::message-action :kind vector?))
(s/def ::actions (s/every ::action :kind vector?))
(s/def ::timeout (s/nilable ::us/integer))
(s/def ::content ::us/string)