Skip to content

Commit

Permalink
mod score
Browse files Browse the repository at this point in the history
  • Loading branch information
turingczz committed Aug 18, 2022
1 parent c1fd0b0 commit ad369ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/grpc/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ type ScoreClientBuilder struct {
}

func (g *ScoreClientBuilder) WithContext(ctx context.Context, f func(ctx context.Context,
client score.ScoreServiceServer) error) error {
client score.ScoreServiceClient) error) error {
return g.doWithContext(ctx, f)
}

0 comments on commit ad369ae

Please sign in to comment.