pull/10616/head
Jade McGough 2018-12-18 03:55:28 -08:00
parent ec40c17fd9
commit 08abdf59b1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func newLabelResponse(l *plat.Label) *labelResponse {
type labelsResponse struct {
Links map[string]string `json:"links"`
Labels []labelResponse `json:"labels"`
Labels []*plat.Label `json:"labels"`
}
func newLabelsResponse(opts plat.FindOptions, f plat.LabelFilter, ls []*plat.Label) *labelsResponse {