mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 11:09:04 -05:00
🐛 Log correct deleted number value on recheck task
This commit is contained in:
parent
827c2140b7
commit
3dd94bd362
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@
|
||||||
(l/info :task "recheck"
|
(l/info :task "recheck"
|
||||||
:action "recheck items"
|
:action "recheck items"
|
||||||
:processed n
|
:processed n
|
||||||
:deleted n)
|
:deleted d)
|
||||||
{:processed n :deleted d})))))))
|
{:processed n :deleted d})))))))
|
||||||
|
|
||||||
(def sql:retrieve-pending-to-recheck
|
(def sql:retrieve-pending-to-recheck
|
||||||
|
|
Loading…
Add table
Reference in a new issue