Skip to content

Commit

Permalink
Removes duplicate mime setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Moyer committed Mar 31, 2020
1 parent ed970f6 commit 28b9352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scim/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (c Client) CreateResource(ctx context.Context, res Resource) error {
if err != nil {
return err
}
req.Header.Set("Content-Type", "application/scim+json")

return c.resourceOrError(res, req)
}
Expand Down

0 comments on commit 28b9352

Please sign in to comment.