mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
🐛 Use app.system/system in the graph ingest helper
develop renamed app.main/system to app.system/system and dropped the app.main require while this branch was away. Rebasing replays the old call, so clj-kondo reports an unresolved namespace and the ns will not load.
This commit is contained in:
parent
7b89de6797
commit
c32013c4c3
@ -432,7 +432,7 @@
|
|||||||
- `:reset-db?` delete any existing db first (default true)
|
- `:reset-db?` delete any existing db first (default true)
|
||||||
- `:skip-stats?` skip post-ingest MATCH count queries (default false)"
|
- `:skip-stats?` skip post-ingest MATCH count queries (default false)"
|
||||||
[file-id & opts]
|
[file-id & opts]
|
||||||
(let [result (apply graph.ingest/ingest-file! main/system file-id opts)]
|
(let [result (apply graph.ingest/ingest-file! sys/system file-id opts)]
|
||||||
(graph.report/print-ingest! result)
|
(graph.report/print-ingest! result)
|
||||||
result))
|
result))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user