From dec5a800c434f1dacec87445c76eae8086039156 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 23 Nov 2019 07:05:41 -0800 Subject: [PATCH] minor fix. --- src/clj/auto_ap/routes/invoices.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/routes/invoices.clj b/src/clj/auto_ap/routes/invoices.clj index d5aff19b..485460ef 100644 --- a/src/clj/auto_ap/routes/invoices.clj +++ b/src/clj/auto_ap/routes/invoices.clj @@ -216,7 +216,7 @@ [] imports)] - @(d/transact (d/connect uri) transactions) + @(d/transact (d/connect uri) (vec (set transactions))) )) (defroutes routes