mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 09:08:35 +02:00
📎 Minor log param naming change
This commit is contained in:
parent
e9fe1800e0
commit
116fafd0e1
6 changed files with 15 additions and 14 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
(defn- offload-candidate
|
||||
[{:keys [storage conn backend] :as cfg} {:keys [id data] :as file}]
|
||||
(l/debug :action "offload file data" :id id)
|
||||
(l/debug :hint "offload file data" :id id)
|
||||
(let [backend (simpl/resolve-backend storage backend)]
|
||||
(->> (simpl/content data)
|
||||
(simpl/put-object backend file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue