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 863cf74 commit e089743Copy full SHA for e089743
src/remote.ts
@@ -148,10 +148,12 @@ export class Remote {
148
buildComplete = r
149
}),
150
)
151
- const template = await getTemplate(this.storage.workspace.template_id)
152
this.storage.workspace = {
153
...this.storage.workspace,
154
- latest_build: await startWorkspace(this.storage.workspace.id, template.active_version_id),
+ latest_build: await startWorkspace(
+ this.storage.workspace.id,
155
+ this.storage.workspace.latest_build.template_version_id,
156
+ ),
157
}
158
159
0 commit comments