Skip to content

Commit

Permalink
Update listwatch.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andreihagiescu authored Feb 22, 2021
1 parent 3e6cd66 commit 8b2ef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sharding/listwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (s *shardedListWatch) List(options metav1.ListOptions) (runtime.Object, err
}
}

metaObj := meta.ListAccessor(list)
metaObj, err := meta.ListAccessor(list)
res.ListMeta.ResourceVersion = metaObj.GetResourceVersion()

return res, nil
Expand Down

0 comments on commit 8b2ef33

Please sign in to comment.