Skip to content

Commit

Permalink
chore: remove old comment (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad authored Jan 9, 2025
1 parent 2228b48 commit 450d101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/sdk/cloudian/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ func (client Client) UpdateGroup(ctx context.Context, group Group) error {
return fmt.Errorf("error marshaling JSON: %w", err)
}

// Create a context with a timeout
resp, err := client.doRequest(ctx, http.MethodPost, "/group", nil, jsonData)
if err != nil {
return err
Expand Down

0 comments on commit 450d101

Please sign in to comment.