From 40e455d46065ee882e43632ad24a77d9112a7a7b Mon Sep 17 00:00:00 2001 From: jakobhero Date: Mon, 14 Mar 2022 13:52:07 +0000 Subject: [PATCH] Remove complex objects context and config from workspace_started call --- components/server/src/workspace/workspace-starter.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/server/src/workspace/workspace-starter.ts b/components/server/src/workspace/workspace-starter.ts index a5805243ea4161..f3d504157cd619 100644 --- a/components/server/src/workspace/workspace-starter.ts +++ b/components/server/src/workspace/workspace-starter.ts @@ -361,8 +361,6 @@ export class WorkspaceStarter { contextURL: workspace.contextURL, type: workspace.type, usesPrebuild: spec.getInitializer()?.hasPrebuild(), - context: workspace.context, - config: workspace.config, }, });