Parcourir la source

fix update inet gw api

abhishek9686 il y a 1 an
Parent
commit
de30a9d583
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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 {