Skip to content

Commit

Permalink
Remove content type
Browse files Browse the repository at this point in the history
  • Loading branch information
gvicentin committed Apr 8, 2024
1 parent c482e67 commit ac4251c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/rpaas/client/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func (c *client) Start(ctx context.Context, instance string) error {
if err != nil {
return err
}
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")

response, err := c.do(ctx, req)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion pkg/rpaas/client/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func (c *client) Stop(ctx context.Context, instance string) error {
if err != nil {
return err
}
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")

response, err := c.do(ctx, req)
if err != nil {
Expand Down

0 comments on commit ac4251c

Please sign in to comment.