Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Nov 25, 2024
1 parent eb5f81e commit 8db528f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/core_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,5 +711,4 @@ func authInterceptor(xtoken string) grpc.UnaryClientInterceptor {
ctx = metadata.AppendToOutgoingContext(ctx, "x-token", xtoken)
return invoker(ctx, method, req, reply, cc, opts...)
}

}

0 comments on commit 8db528f

Please sign in to comment.