mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🐛 Log correct deleted number value on recheck task
This commit is contained in:
parent
4caf278da5
commit
e665f4e285
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@
|
|||
(l/info :task "recheck"
|
||||
:action "recheck items"
|
||||
:processed n
|
||||
:deleted n)
|
||||
:deleted d)
|
||||
{:processed n :deleted d})))))))
|
||||
|
||||
(def sql:retrieve-pending-to-recheck
|
||||
|
|
Loading…
Reference in a new issue