mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
rm network parameter
This commit is contained in:
@@ -1077,11 +1077,11 @@ func deleteNode(w http.ResponseWriter, r *http.Request) {
|
||||
runUpdates(&node, false)
|
||||
return
|
||||
}
|
||||
go func(network string) {
|
||||
go func() {
|
||||
if err := mq.PublishPeerUpdate(); err != nil {
|
||||
logger.Log(1, "error publishing peer update ", err.Error())
|
||||
}
|
||||
}(node.Network)
|
||||
}()
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user