abhishek9686 1 год назад
Родитель
Сommit
de30a9d583
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      pro/controllers/inet_gws.go

+ 0 - 1
pro/controllers/inet_gws.go

@@ -115,7 +115,6 @@ func updateInternetGw(w http.ResponseWriter, r *http.Request) {
 		return
 	}
 	proLogic.UnsetInternetGw(&node)
-
 	proLogic.SetInternetGw(&node, request)
 	err = logic.UpsertNode(&node)
 	if err != nil {