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 67eade2 commit 932fefbCopy full SHA for 932fefb
packages/app/src/app/overmind/effects/live/index.ts
@@ -300,7 +300,11 @@ export default new (class Live {
300
return this.send('live:module_state', {});
301
}
302
303
- sendUserSelection(moduleShortid: string, liveUserId: string, selection: any) {
+ sendUserSelection(
304
+ moduleShortid: string | null,
305
+ liveUserId: string,
306
+ selection: any
307
+ ) {
308
return this.send('user:selection', {
309
liveUserId,
310
moduleShortid,
0 commit comments