mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 09:11:38 +02:00
♻️ Refactor error handling.
This commit is contained in:
parent
b4ba9d4375
commit
bea093e8da
17 changed files with 578 additions and 334 deletions
|
@ -108,7 +108,8 @@
|
|||
(proj/check-edition-permissions! conn profile-id id)
|
||||
(db/update! conn :project
|
||||
{:name name}
|
||||
{:id id})))
|
||||
{:id id})
|
||||
nil))
|
||||
|
||||
;; --- Mutation: Delete Project
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue