Fork me on GitHub
#integrant
<
2021-05-06
>
finchharold16:05:15

Does prep-key return the config, which we pass to the init-key?

Kevin08:05:50

Yes. ig/prep-key is a multimethod that processes the opts of a key before being used by ig/init-key

Kevin08:05:27

Granted that you're doing:

(-> config
    (ig/prep)
    (ig/init))