chore: update auditResponseInterceptor const op (#2018)

pull/2020/head
Jim 4 years ago committed by GitHub
parent f370abc1da
commit cb93c6bdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,7 +252,7 @@ func auditRequestInterceptor(
func auditResponseInterceptor(
_ context.Context,
) grpc.UnaryServerInterceptor {
const op = "controller.auditRequestInterceptor"
const op = "controller.auditResponseInterceptor"
return func(interceptorCtx context.Context,
req interface{},
_ *grpc.UnaryServerInfo,

Loading…
Cancel
Save