mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05: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.time :as dt]
|
||||
[buddy.core.codecs :as bc]
|
||||
[buddy.core.nonce :as bn]
|
||||
[clojure.spec.alpha :as s]))
|
||||
|
||||
(s/def ::create-demo-profile any?)
|
||||
[buddy.core.nonce :as bn]))
|
||||
|
||||
(sv/defmethod ::create-demo-profile
|
||||
"A command that is responsible of creating a demo purpose
|
||||
|
|
Loading…
Add table
Reference in a new issue