Skip to content

Commit 3118c21

Browse files
committed
Fix a live typo
1 parent 0e5e0ea commit 3118c21

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/live

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/live/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const roomJoined: AsyncAction<{
2828
return;
2929
}
3030

31-
await effects.vscode.initialize;
31+
await effects.vscode.initialized;
3232
await effects.vscode.closeAllTabs();
3333

3434
if (state.live.isLive) {

0 commit comments

Comments
 (0)