unistore: Add missing verb to compile (#100972)

Add missing verb to compile
This commit is contained in:
Georges Chaudy
2025-02-19 17:06:26 +02:00
committed by GitHub
parent 9bc1549aee
commit b850c9fa68
+1
View File
@@ -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