Skip to content

Commit

Permalink
no need
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Sep 23, 2024
1 parent 8e8297a commit 1fa11c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/v2/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ func (c *configurator) registerQueryHandlers(sd *grpc.ServiceDesc, ss interface{
for _, md := range sd.Methods {
// TODO(tip): what if a query is not deterministic?
requestFullName, err := registerMethod(c.stfQueryRouter, sd, md, ss)
fmt.Println("requestFullName", requestFullName)
if err != nil {
return fmt.Errorf("unable to register query handler %s.%s: %w", sd.ServiceName, md.MethodName, err)
}
Expand Down

0 comments on commit 1fa11c9

Please sign in to comment.