Skip to content

Commit 4a3692d

Browse files
committed
Fix typing
1 parent 8c61e50 commit 4a3692d

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
@@ -97,7 +97,7 @@ export const createLiveClicked: AsyncAction<string> = async (
9797
effects.live.sendModuleStateSyncRequest();
9898
};
9999

100-
export const liveMessageReceived: Operator<LiveMessage> = pipe(
100+
export const liveMessageReceived: Operator<LiveMessage, any> = pipe(
101101
filter((_, payload) =>
102102
Object.values(LiveMessageEvent).includes(payload.event)
103103
),

0 commit comments

Comments
 (0)