1
0
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:
Darren Shepherd
2019-09-09 14:34:40 -07:00
parent f81721ef93
commit 7f5d248680
2 changed files with 3 additions and 1 deletions

View File

@@ -214,7 +214,6 @@ func (s *Store) getCount(apiOp *types.APIRequest) Count {
rev := 0
itemCount := ItemCount{
Count: 1,
Namespaces: map[string]int{},
}