trying more logging

This commit is contained in:
2024-03-07 21:13:52 -08:00
parent 8eea36cd94
commit 0a0978cce1
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,8 @@
journal-entry (transaction->journal-entry (:db-after with-transaction)
transaction-id
(:db/id transaction))]
(println "TRANSACTION" transaction "JOURNAL" journal-entry "tempid " transaction-id)
(into [[:upsert-entity transaction]]
(if journal-entry
[[:upsert-ledger journal-entry]]

File diff suppressed because one or more lines are too long