mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 22:36:11 +02:00
✨ Normalize file retrieving and persistence on binfile, file-gc and helpers
This commit is contained in:
parent
74bdd72d2f
commit
541ed6282f
14 changed files with 222 additions and 278 deletions
|
@ -16,6 +16,7 @@
|
|||
[app.db.sql :as sql]
|
||||
[app.http :as http]
|
||||
[app.rpc :as-alias rpc]
|
||||
[app.rpc.commands.files :as files]
|
||||
[app.storage :as sto]
|
||||
[app.util.time :as dt]
|
||||
[backend-tests.helpers :as th]
|
||||
|
@ -1827,5 +1828,3 @@
|
|||
|
||||
(t/is (= (:id file-2) (:file-id (get rows 0))))
|
||||
(t/is (nil? (:deleted-at (get rows 0)))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue