File tree Expand file tree Collapse file tree
apps/web/src/features/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ import {
5353import { attachWorkspaceRuntimeWithRetry } from "../workspace/runtime-attach" ;
5454import { createWorkspaceSessionActions } from "../workspace/session-actions" ;
5555import {
56- advanceWorkspaceSyncVersion ,
5756 isWorkspaceSyncVersionCurrent ,
57+ readWorkspaceSyncVersion ,
5858} from "../workspace/workspace-sync-version.ts" ;
5959import { useWorkspaceTransportSync } from "../workspace/workspace-sync-hooks" ;
6060
@@ -404,7 +404,7 @@ export const WorkbenchRuntimeCoordinator = ({
404404 }
405405
406406 const task = ( async ( ) => {
407- const syncVersion = advanceWorkspaceSyncVersion ( workspaceId ) ;
407+ const syncVersion = readWorkspaceSyncVersion ( workspaceId ) ;
408408 const runtimeSnapshot = await attachWorkspaceRuntimeWithRetry (
409409 workspaceId ,
410410 deviceId ,
You can’t perform that action at this time.
0 commit comments