added new types.

This commit is contained in:
Bryce Covert
2021-04-05 14:14:23 -07:00
parent 05663e65a7
commit 4645cbddec
3 changed files with 44 additions and 1 deletions

View File

@@ -304,7 +304,7 @@
[]
imports)]
(when-not (seq transactions)
(throw (ex-info "No invoices found."
(throw (ex-info "No new invoices found."
{:imports (str imports)})))
(log/info "creating invoice" transactions)
@(d/transact (d/connect uri) (vec (set transactions))))))