enhance: migrate imported config to be valid

Also improves import ux as Invalid config notification no longer blocks
import progress
This commit is contained in:
Gabriel Horner
2024-01-10 12:19:42 -05:00
parent e64810087c
commit 3f3cf8b17f
2 changed files with 10 additions and 4 deletions

View File

@@ -97,7 +97,9 @@ nested keys or positional errors e.g. tuples"
db-graph?
(merge
{:preferred-format
"is not used in DB graphs as there is only markdown mode."}))]
"is not used in DB graphs as there is only markdown mode."
:property/separated-by-commas
"is not used in DB graphs"}))]
(cond
(= body ::failed-to-detect)
(log/info :msg "Skip deprecation check since config is not valid edn")