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

linter was unhappy

parent 8203548f
No related branches found
No related tags found
No related merge requests found
Pipeline #101057 passed
...@@ -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