Skip to content

Commit

Permalink
Remove complex objects context and config from workspace_started call
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhero committed Mar 14, 2022
1 parent 62fc190 commit 40e455d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/server/src/workspace/workspace-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ export class WorkspaceStarter {
contextURL: workspace.contextURL,
type: workspace.type,
usesPrebuild: spec.getInitializer()?.hasPrebuild(),
context: workspace.context,
config: workspace.config,
},
});

Expand Down

0 comments on commit 40e455d

Please sign in to comment.