fix: set doerg-parser in config

This commit is contained in:
2026-03-02 14:08:45 -07:00
parent 762324d9f0
commit ec4ad7c9c2
4 changed files with 10 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
:or {in *in*}}]
(let [r (-> (p/process
{:in in :out :string}
"doerg-parser")
(::cfg/doerg-parser cfg/*cfg*))
(common/deref-with-timeout *uniorg-timeout-duration*))]
(if (zero? (:exit r))
(-> r :out (json/parse-string (comp keyword camel->kebab))))))