unistore: Add missing verb to compile (#100972)

Add missing verb to compile
pull/100950/head^2
Georges Chaudy 4 months ago committed by GitHub
parent 9bc1549aee
commit b850c9fa68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/storage/unified/resource/server.go

@ -952,6 +952,7 @@ func (s *server) Watch(req *WatchRequest, srv ResourceStore_WatchServer) error {
Group: key.Group,
Resource: key.Resource,
Namespace: key.Namespace,
Verb: utils.VerbGet,
})
if err != nil {
return err

Loading…
Cancel
Save