fix import batch

This commit is contained in:
2022-10-10 20:48:37 -07:00
parent 70391b6b56
commit 68721520e6
2 changed files with 3 additions and 6 deletions

View File

@@ -199,6 +199,7 @@
(try
(f entry)
(catch Exception e
(println e)
(assoc entry :error (.getMessage e)
:status (or (:status (ex-data e))
:error))))))