diff --git a/server/api/store.go b/server/api/store.go index cbce58322d4..4784970c9a9 100644 --- a/server/api/store.go +++ b/server/api/store.go @@ -38,7 +38,6 @@ import ( // MetaStore contains meta information about a store which needed to show. type MetaStore struct { - //nolint StoreID uint64 `json:"id,omitempty"` Address string `json:"address,omitempty"` Labels []*metapb.StoreLabel `json:"labels,omitempty"`