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
......@@ -63,7 +63,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor {
info *grpc.StreamServerInfo,
handler grpc.StreamHandler,
) error {
err := auth.authorize(stream.Context(), info.FullMethod)
if err != nil {
return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment