Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auditing/auditing-interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (i auditingConnectInterceptor) WrapUnary(next connect.UnaryFunc) connect.Un
resp, err := next(childCtx, ar)

auditReqContext.Phase = EntryPhaseResponse
auditReqContext.Body = resp
auditReqContext.Body = resp.Any()
auditReqContext.StatusCode = statusCodeFromGrpc(err)

if err != nil {
Expand Down
Loading