diff --git a/src/clj/auto_ap/ledger.clj b/src/clj/auto_ap/ledger.clj index b19ff4a2..f9ec95f3 100644 --- a/src/clj/auto_ap/ledger.clj +++ b/src/clj/auto_ap/ledger.clj @@ -54,9 +54,7 @@ :sample (take 3 repairs) :transaction-count (count txes-missing-ledger-entries) :invoice-count (count invoices-missing-ledger-entries)) - @(dc/transact conn (map (fn [repair] - [:upsert-ledger repair]) - repairs)))))) + @(dc/transact conn repairs))))) (defn touch-transaction [e]