We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04ec72 commit 186b513Copy full SHA for 186b513
packages/server/lib/config.ts
@@ -40,7 +40,7 @@ export function filterRuntimeConfigForRecoding (config) {
40
...resultConfig.resolved,
41
env: _.mapValues(resultConfig.resolved.env ?? {}, (val, key) => ({
42
...val,
43
- value: typeof val === 'boolean' ? val : `omitted: ${typeof val}`,
+ value: typeof val.value === 'boolean' ? val.value : `omitted: ${typeof val.value}`,
44
})),
45
}
46
0 commit comments