mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 06:28:24 +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
|
@ -28,7 +28,7 @@
|
|||
(let [interval (db/interval max-age)
|
||||
result (db/exec-one! conn [sql:delete-completed-tasks interval])
|
||||
result (:next.jdbc/update-count result)]
|
||||
(l/debug :action "trim completed tasks table" :removed result)
|
||||
(l/debug :hint "trim completed tasks table" :removed result)
|
||||
result))))
|
||||
|
||||
(def ^:private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue