Fixes some minor bugs
This commit is contained in:
@@ -532,7 +532,7 @@
|
||||
#_(log/info (map :tx success))
|
||||
(mu/trace ::success-tx
|
||||
[:count (count success)]
|
||||
(doseq [n (:tempids (audit-transact-batch (map :tx success) (:id context)))]
|
||||
(doseq [[_ n] (:tempids (audit-transact-batch (map :tx success) (:id context)))]
|
||||
(solr/touch n)))
|
||||
|
||||
{:successful (map (fn [x] {:external_id (:external_id x)}) success)
|
||||
|
||||
Reference in New Issue
Block a user