Remove unused db-type being passed to start-conn

Also removed other unused db fns
This commit is contained in:
Gabriel Horner
2022-05-23 11:49:07 -04:00
parent 11d3d5b3cd
commit 5bce219ca4
6 changed files with 11 additions and 115 deletions

View File

@@ -174,7 +174,7 @@
(assoc file :file/content content))) markup-files))
(p/then (fn [result]
(let [files (map #(dissoc % :file/file) result)]
(repo-handler/start-repo-db-if-not-exists! repo {:db-type :local-native-fs})
(repo-handler/start-repo-db-if-not-exists! repo)
(async/go
(let [_finished? (async/<! (repo-handler/load-repo-to-db! repo
{:new-graph? true