mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(config) rm broadcast: cannot change config
This commit is contained in:
parent
4d9878b574
commit
c2e51f75a1
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ function _connection(manage, socket) {
|
|||
|
||||
const send = () => {
|
||||
const data = CloudFunc.formatMsg('config', key(json));
|
||||
socket.broadcast.send(json);
|
||||
socket.send(json);
|
||||
socket.emit('log', data);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue