Skip to content

Commit

Permalink
Remove extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-CD authored and gregorriegler committed Oct 15, 2024
1 parent 93c1570 commit ada7f78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions goal/goal.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ func putGoalHttp(goal string, configuration config.Configuration) error {
if err != nil {
return err
}

httpClient := httpclient.GetHttpClient(configuration.TimerInsecure)
_, err = httpclient.SendRequest(requestBody, "PUT", getGoalUrl(configuration), httpClient)

return err
}

Expand Down

0 comments on commit ada7f78

Please sign in to comment.