Fix: circular dependencies again b/n deps <-> frontend

Breaks setup of deps/ and most tests
This commit is contained in:
Gabriel Horner
2023-06-27 16:39:10 -04:00
parent c11e94ed59
commit 75ff4db4aa
6 changed files with 19 additions and 27 deletions

View File

@@ -70,10 +70,4 @@
(defn new-block-id
[]
(d/squuid))
(defn get-schema
[repo]
(if (config/db-based-graph? repo)
db-schema/schema-for-db-based-graph
db-schema/schema))
(d/squuid))