🐛 Fix incorrect interaction of library-absorb mechanism and storage-pointes

This commit is contained in:
Andrey Antukh 2023-09-14 17:45:56 +02:00
parent a3f3e31c73
commit ef4bd8c598
2 changed files with 46 additions and 43 deletions

View file

@ -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))