It looks like the changes from 49fcba641536399f3cad793e0cea28a3c64b53a7 made the Multi-provider examples in the Readme invalid - the config local variable no longer exists.
This PR adds a |> then(fn config -> ... to the pipeline to access the config data.
It looks like the changes from 49fcba641536399f3cad793e0cea28a3c64b53a7 made the Multi-provider examples in the Readme invalid - the
config
local variable no longer exists.This PR adds a
|> then(fn config -> ...
to the pipeline to access theconfig
data.