Skip to content

Commit

Permalink
fix minor review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang01-hash committed Nov 6, 2024
1 parent 191215a commit d584f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gofr/datasource/opentsdb/opentsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (c *Client) PutDataPoints(ctx context.Context, datas any, queryParam string

status := statusFailed

var message string
message := "Put request failed"

defer sendOperationStats(c.logger, time.Now(), "Put", &status, &message, span)

Expand Down

0 comments on commit d584f2a

Please sign in to comment.