chore: update comment

This commit is contained in:
Tienson Qin
2025-05-15 17:13:19 +08:00
parent 767f86344b
commit 4d7e286006

View File

@@ -372,6 +372,9 @@
(d/transact! conn initial-data {:initial-db? true})))
(try
;; TODO: remove this once we can ensure there's no bug for missing addresses
;; because it's slow for large graphs
(when-not import-type
(when-let [missing-addresses (seq (find-missing-addresses db))]
(throw (ex-info "DB missing addresses" {:missing-addresses missing-addresses}))))