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

linter was unhappy

parent 3cc140ae
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !308. Comments created here will be created in the context of that merge request.
...@@ -60,7 +60,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor { ...@@ -60,7 +60,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