Skip to content

Commit

Permalink
Update pkg/api/object.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yun Long <[email protected]>
  • Loading branch information
suchen-sci and xxx7xxxx authored Jan 25, 2024
1 parent 0c474fe commit ff79499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (s *Server) _listAllNamespaces() map[string][]*supervisor.Spec {
return res
}

func (s *Server) _listNamespace(ns string) []*supervisor.Spec {
func (s *Server) _listNamespaces(ns string) []*supervisor.Spec {
tc := getTrafficController(s.super)
if tc == nil {
return nil
Expand Down

0 comments on commit ff79499

Please sign in to comment.