making cloud runnable again.
This commit is contained in:
@@ -227,8 +227,8 @@
|
||||
:end end})))))
|
||||
|
||||
(defn entities-since-last-ledger-entry []
|
||||
(count (dc/tx-range conn {:start (coerce/to-date (time/plus (time/now) (time/days -5)))
|
||||
:end (coerce/to-date (time/now))})))
|
||||
(count (dc/tx-range conn {:start (c/to-date (t/plus (t/now) (t/days -5)))
|
||||
:end (c/to-date (t/now))})))
|
||||
|
||||
(defn mismatched-transactions
|
||||
([]
|
||||
|
||||
Reference in New Issue
Block a user