Skip to content

Commit

Permalink
chore: comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 20, 2024
1 parent 63a699d commit 8463a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/otelbench/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (h Handler) Ping(ctx context.Context) error {
}

func (h Handler) GetStatus(ctx context.Context) (*otelbotapi.GetStatusOK, error) {
// Check github client propagation.
// Check GitHub client propagation.
client, ok := ctx.Value(githubClient{}).(*github.Client)
if !ok {
return nil, fmt.Errorf("no github client")
Expand Down

0 comments on commit 8463a94

Please sign in to comment.