Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Dec 6, 2024
1 parent 1210a77 commit 060b520
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 @@ -712,5 +712,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 060b520

Please sign in to comment.