Skip to content

Commit a8c21c2

Browse files
committed
Fix types
1 parent a4904cf commit a8c21c2

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
@@ -40,7 +40,7 @@ export const roomJoined: AsyncAction<{
4040
});
4141

4242
export const createLiveClicked: AsyncAction<string> = async (
43-
{ actions, effects },
43+
{ actions, effects, state },
4444
sandboxId
4545
) => {
4646
effects.analytics.track('Create Live Session');

0 commit comments

Comments
 (0)