Skip to content

Commit

Permalink
chore: to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Aug 5, 2021
1 parent 2af43a8 commit a88243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/workspace/workspace-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class WorkspaceStarter {

// tell the world we're starting this instance
const { manager, installation } = await this.clientProvider.getStartManager(user, workspace, instance);
instance.status.phase = "pending";
// instance.status.phase = "pending";
instance.region = installation;
await this.workspaceDb.trace({ span }).storeInstance(instance);
try {
Expand Down

0 comments on commit a88243b

Please sign in to comment.