Skip to content

Commit f74f7a4

Browse files
committed
fix: broadcast false
1 parent f28a859 commit f74f7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const CoCreateApi = {
121121
},
122122

123123
send: function (name, method, data) {
124-
Socket.send({ method: name + '.' + method, [name]: data, broadcastBrowser: false, status: 'await' });
124+
Socket.send({ method: name + '.' + method, [name]: data, broadcast: false, broadcastBrowser: false, status: 'await' });
125125
},
126126

127127
// TODO: handle $param operator

0 commit comments

Comments
 (0)