From 8d26a05857b072157e887561a24c093e83ef4702 Mon Sep 17 00:00:00 2001 From: silenceqi Date: Fri, 19 Feb 2021 23:36:51 +0800 Subject: [PATCH] umi version bug --- api/system/cluster_config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/system/cluster_config.go b/api/system/cluster_config.go index 49fd434e..3370d006 100644 --- a/api/system/cluster_config.go +++ b/api/system/cluster_config.go @@ -31,7 +31,6 @@ func (h *APIHandler) HandleCreateClusterAction(w http.ResponseWriter, req *http. } // TODO validate data format esClient := elastic.GetClient(h.Config.Elasticsearch) - esClient. id := util.GetUUID() conf.Created = time.Now() conf.Updated = conf.Created