From 86e9addf011391631b4369b547c4f27087dc6bbd Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 12 Sep 2023 19:39:37 -0700 Subject: [PATCH] reconcile ledger had a small bug in it --- src/clj/auto_ap/ledger.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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]