fix(doctor): use process env for metadata handoff

This commit is contained in:
Peter Steinberger
2026-04-29 04:28:48 +01:00
parent e53c45ba94
commit 4f9f7fc8c2

View File

@@ -531,7 +531,7 @@ async function runWriteConfigHealth(ctx: DoctorHealthFlowContext): Promise<void>
});
if (
shouldSkipLegacyUpdateDoctorMetadataWrite({
env: ctx.env,
env: process.env,
before: ctx.cfgForPersistence,
after: ctx.cfg,
})