mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 15:18:24 +02:00
🐛 Fix incorrect interaction of library-absorb mechanism and storage-pointes
This commit is contained in:
parent
a3f3e31c73
commit
ef4bd8c598
2 changed files with 46 additions and 43 deletions
|
@ -246,7 +246,7 @@
|
|||
(defn mark-file-deleted*
|
||||
([params] (mark-file-deleted* *pool* params))
|
||||
([conn {:keys [id] :as params}]
|
||||
(#'files/mark-file-deleted conn {:id id})))
|
||||
(#'files/mark-file-deleted! conn {:id id})))
|
||||
|
||||
(defn create-team*
|
||||
([i params] (create-team* *pool* i params))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue