🐛 Fix storage/pointer-map support issues on thumbnails and libs loading

This commit is contained in:
Andrey Antukh 2022-12-27 14:49:14 +01:00 committed by Alejandro Alonso
parent 84fd952471
commit 60fb3f3d0e
3 changed files with 47 additions and 37 deletions

View file

@ -22,6 +22,7 @@
(derive :get-team-members ::query)
(derive :get-team-stats ::query)
(derive :get-team-invitations ::query)
(derive :get-team-shared-files ::query)
(defn handle-response
[{:keys [status body] :as response}]