Skip to content
Snippets Groups Projects
Commit 542d29d9 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

linter was unhappy

parent 28f519ec
No related branches found
No related tags found
1 merge request!308Improve test coverage of rbac stuff
This commit is part of merge request !308. Comments created here will be created in the context of that merge request.
...@@ -63,7 +63,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor { ...@@ -63,7 +63,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor {
info *grpc.StreamServerInfo, info *grpc.StreamServerInfo,
handler grpc.StreamHandler, handler grpc.StreamHandler,
) error { ) error {
err := auth.authorize(stream.Context(), info.FullMethod) err := auth.authorize(stream.Context(), info.FullMethod)
if err != nil { if err != nil {
return err return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment