mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 05:16:11 +02:00
🐛 More test fixes.
This commit is contained in:
parent
d546d1fdca
commit
4a395ec761
8 changed files with 76 additions and 105 deletions
|
@ -142,7 +142,7 @@
|
|||
;; --- Mutation: Update Page Metadata
|
||||
|
||||
(s/def ::update-page-metadata
|
||||
(s/keys :req-un [::data ::user ::project-id ::name ::metadata ::id]))
|
||||
(s/keys :req-un [::user ::project-id ::name ::metadata ::id]))
|
||||
|
||||
(sv/defmutation :update-page-metadata
|
||||
{:doc "Update an existing page."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue