From ebed7f07449902a1031583dcaf08f25a698bc2b4 Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.b.seidl@stud.h-da.de> Date: Thu, 12 May 2022 18:04:01 +0200 Subject: [PATCH] linter was unhappy --- controller/northbound/server/auth_interceptor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/northbound/server/auth_interceptor.go b/controller/northbound/server/auth_interceptor.go index a53f0e4ef..8b9182f24 100644 --- a/controller/northbound/server/auth_interceptor.go +++ b/controller/northbound/server/auth_interceptor.go @@ -60,7 +60,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 -- GitLab