Browse Source

fix merge conflicts

Abhishek Kondur 2 năm trước cách đây
mục cha
commit
3abd04513f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/ext_client.go

+ 1 - 0
controllers/ext_client.go

@@ -594,6 +594,7 @@ func deleteExtClient(w http.ResponseWriter, r *http.Request) {
 				mq.PublishFwUpdate(ingressHost, &f)
 			}
 		}
+
 		if err = mq.PublishDeleteExtClientDNS(&extclient); err != nil {
 			logger.Log(1, "error publishing dns update for extclient deletion", err.Error())
 		}