Skip to content

Commit

Permalink
Merge pull request #299 from shawnfeng/dev/grpcstream
Browse files Browse the repository at this point in the history
lgtm
  • Loading branch information
joeytang authored Apr 10, 2024
2 parents ceb2b4f + 239b36f commit 4b4b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/service/server_grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func rateLimitStreamServerInterceptor() grpc.StreamServerInterceptor {
}
return err
} else {
return handler(ctx, ss)
return handler(srv, ss)
}
}
}
Expand Down

0 comments on commit 4b4b4c5

Please sign in to comment.