Skip to content

Commit 186b513

Browse files
committed
address PR review
1 parent a04ec72 commit 186b513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function filterRuntimeConfigForRecoding (config) {
4040
...resultConfig.resolved,
4141
env: _.mapValues(resultConfig.resolved.env ?? {}, (val, key) => ({
4242
...val,
43-
value: typeof val === 'boolean' ? val : `omitted: ${typeof val}`,
43+
value: typeof val.value === 'boolean' ? val.value : `omitted: ${typeof val.value}`,
4444
})),
4545
}
4646
}

0 commit comments

Comments
 (0)