mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 13:26:52 +08:00
rm network parameter
This commit is contained in:
parent
d31b17489f
commit
4fba43eff8
1 changed files with 2 additions and 2 deletions
|
@ -1077,11 +1077,11 @@ func deleteNode(w http.ResponseWriter, r *http.Request) {
|
||||||
runUpdates(&node, false)
|
runUpdates(&node, false)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
go func(network string) {
|
go func() {
|
||||||
if err := mq.PublishPeerUpdate(); err != nil {
|
if err := mq.PublishPeerUpdate(); err != nil {
|
||||||
logger.Log(1, "error publishing peer update ", err.Error())
|
logger.Log(1, "error publishing peer update ", err.Error())
|
||||||
}
|
}
|
||||||
}(node.Network)
|
}()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue