From 4f9f7fc8c22c613a740dbc16964446c3214d707f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 29 Apr 2026 04:28:48 +0100 Subject: [PATCH] fix(doctor): use process env for metadata handoff --- src/flows/doctor-health-contributions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flows/doctor-health-contributions.ts b/src/flows/doctor-health-contributions.ts index 7fce3615273..052a05ed22a 100644 --- a/src/flows/doctor-health-contributions.ts +++ b/src/flows/doctor-health-contributions.ts @@ -531,7 +531,7 @@ async function runWriteConfigHealth(ctx: DoctorHealthFlowContext): Promise }); if ( shouldSkipLegacyUpdateDoctorMetadataWrite({ - env: ctx.env, + env: process.env, before: ctx.cfgForPersistence, after: ctx.cfg, })