We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67124f commit 3759f87Copy full SHA for 3759f87
components/server/src/workspace/workspace-starter.ts
@@ -1424,7 +1424,7 @@ export class WorkspaceStarter {
1424
}
1425
1426
const volumeSnapshotId =
1427
- ((SnapshotContext.is(workspace.context) || WithPrebuild.is(workspace.context)) && workspace.context.snapshotBucketId !== undefined && workspace.context.snapshotBucketId != "")
+((SnapshotContext.is(workspace.context) || WithPrebuild.is(workspace.context)) && !!workspace.context.snapshotBucketId)
1428
? workspace.context.snapshotBucketId
1429
: lastValidWorkspaceInstanceId;
1430
0 commit comments