mirror of
https://github.com/rancher/steve.git
synced 2025-10-20 23:08:48 +00:00
Fix off by one and 404
This commit is contained in:
@@ -214,7 +214,6 @@ func (s *Store) getCount(apiOp *types.APIRequest) Count {
|
||||
|
||||
rev := 0
|
||||
itemCount := ItemCount{
|
||||
Count: 1,
|
||||
Namespaces: map[string]int{},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user