fix: check ast-version after restore-and-setup!

This commit is contained in:
rcmerci
2021-07-06 21:48:04 +08:00
committed by Tienson Qin
parent d76d17d01e
commit e3e4f55efa
3 changed files with 17 additions and 15 deletions

View File

@@ -155,8 +155,7 @@
(when logged?
(d/transact! db-conn [(me-tx (d/db db-conn) me)])))]
(restore-config-handler repo)
(listen-and-persist! repo)
(state/pub-event! [:after-db-restore repo])))))))
(listen-and-persist! repo)))))))
(defn run-batch-txs!
[]