Skip to content

Commit

Permalink
fix: broadcast false
Browse files Browse the repository at this point in the history
frankpagan committed Feb 17, 2024
1 parent f28a859 commit f74f7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ const CoCreateApi = {
},

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

// TODO: handle $param operator

0 comments on commit f74f7a4

Please sign in to comment.