Adds totals

This commit is contained in:
Bryce
2024-04-11 13:18:45 -07:00
parent 2fb49d3331
commit 6031f15246
3 changed files with 55 additions and 18 deletions

View File

@@ -635,7 +635,8 @@
(:per-page args)
default-pagination-size))
(map last))
:count (count results)})
:count (count results)
:all-ids (map last results)})
(defn audit-transact-batch [txes id]
(let [batch-id (.toString (java.util.UUID/randomUUID))]