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 8c61e50 commit 4a3692dCopy full SHA for 4a3692d
packages/app/src/app/overmind/namespaces/live/actions.ts
@@ -97,7 +97,7 @@ export const createLiveClicked: AsyncAction<string> = async (
97
effects.live.sendModuleStateSyncRequest();
98
};
99
100
-export const liveMessageReceived: Operator<LiveMessage> = pipe(
+export const liveMessageReceived: Operator<LiveMessage, any> = pipe(
101
filter((_, payload) =>
102
Object.values(LiveMessageEvent).includes(payload.event)
103
),
0 commit comments