rm WM_OIDC_JWT from ctx vars

This commit is contained in:
Ruben Fiszel
2025-06-20 12:12:07 +02:00
parent eddd83aa49
commit b47b9d37d7
2 changed files with 0 additions and 2 deletions

View File

@@ -438,7 +438,6 @@ interface Process {
WM_STATE_PATH: string;
WM_FLOW_STEP_ID: string;
WM_OBJECT_PATH: string;
WM_OIDC_JWT: string;
WM_WORKER_GROUP: string;
}
}

View File

@@ -174,7 +174,6 @@ declare module 'process' {
WM_STATE_PATH: string
WM_FLOW_STEP_ID: string
WM_OBJECT_PATH: string
WM_OIDC_JWT: string
WM_WORKER_GROUP: string
}
interface HRTime {