mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
Fix: circular dependencies again b/n deps <-> frontend
Breaks setup of deps/ and most tests
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user