diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index d7e3ced25..9f94bcacf 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -366,7 +366,6 @@ type ServerMembersResponse struct { ServerRegion string ServerDC string Members []*ServerMember - QueryMeta } // ServerMember holds information about a Nomad server agent in a cluster