You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server: Remove request nil checks from gRPC handlers
Remove nil checks for request parameters in gRPC handlers, as the gRPC
framework guarantees that requests are never nil for regular usage.
Signed-off-by: FUJITA Tomonori <[email protected]>
0 commit comments