fixes
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
[com.brunobonacci.mulog :as mu]
|
||||
[com.unbounce.dogstatsd.core :as statsd]
|
||||
[datomic.api :as dc]
|
||||
[iol-ion.query :refer [account-sets Line]]
|
||||
[iol-ion.query :refer [account-sets]]
|
||||
[mount.core :as mount]
|
||||
[yang.scheduler :as scheduler]))
|
||||
[yang.scheduler :as scheduler])
|
||||
(:import [iol_ion.query Line]))
|
||||
|
||||
(defn reconcile-ledger
|
||||
([] (reconcile-ledger (-> (t/now)
|
||||
@@ -535,12 +536,7 @@
|
||||
|
||||
(mark-all-clients-dirty)
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
(clients-needing-refresh (dc/db conn))
|
||||
=======
|
||||
(count (clients-needing-refresh (dc/db conn)))
|
||||
>>>>>>> master
|
||||
|
||||
(upsert-running-balance)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user