migration log fixed
This commit is contained in:
parent
71f0871e5a
commit
2609e51623
|
@ -454,7 +454,7 @@ func (h *GatewayAPI) getExecutionNodes(w http.ResponseWriter, req *http.Request,
|
|||
h.WriteError(w, err.Error(), http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
var nodes []util.MapStr
|
||||
var nodes = []util.MapStr{}
|
||||
for _, hit := range searchRes.Hits.Hits {
|
||||
var (
|
||||
endpoint string
|
||||
|
|
Loading…
Reference in New Issue