mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 14:56:37 +02:00
🔥 Replace spec with schema on demo RPC methods
This commit is contained in:
parent
bbc0089166
commit
073621f29a
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@
|
||||||
[app.util.services :as sv]
|
[app.util.services :as sv]
|
||||||
[app.util.time :as dt]
|
[app.util.time :as dt]
|
||||||
[buddy.core.codecs :as bc]
|
[buddy.core.codecs :as bc]
|
||||||
[buddy.core.nonce :as bn]
|
[buddy.core.nonce :as bn]))
|
||||||
[clojure.spec.alpha :as s]))
|
|
||||||
|
|
||||||
(s/def ::create-demo-profile any?)
|
|
||||||
|
|
||||||
(sv/defmethod ::create-demo-profile
|
(sv/defmethod ::create-demo-profile
|
||||||
"A command that is responsible of creating a demo purpose
|
"A command that is responsible of creating a demo purpose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue