const linearUserConfig = Config.hashMap(Config.string(), 'users').pipe(
//Its not caused by this - the transformer receives an empty hash map
Config.map(hashMapToRecord)
);
const linearConfig = Config.nested(
Config.all({
users: linearUserConfig,
}),
'linear'
);
const linearUserConfig = Config.hashMap(Config.string(), 'users').pipe(
//Its not caused by this - the transformer receives an empty hash map
Config.map(hashMapToRecord)
);
const linearConfig = Config.nested(
Config.all({
users: linearUserConfig,
}),
'linear'
);