Skip to content

Commit

Permalink
Fixed rpcRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinskiy committed Nov 6, 2024
1 parent b991aa6 commit 0440d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/rpc_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (h *rpcRouter) Handle(ctx context.Context, hctx *rpc.HandlerContext) (err e
timeNow := time.Now()
w := rpcRequestHandler{
requestHandler: requestHandler{
Handler: h.Handler,
endpointStat: endpointStat{
timestamp: timeNow,
protocol: format.TagValueIDRPC,
Expand Down

0 comments on commit 0440d95

Please sign in to comment.