Skip to content

Commit

Permalink
fix: remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Dec 16, 2023
1 parent 691ea7e commit 3ce1ae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func (c *client) newRequest(ctx context.Context, method, url string, body interf
}).Debug("veriff.client -> request")
}

req.Header.Set("Content-Type", "application/json")
req.Header.Set("X-AUTH-CLIENT", c.token)
return NewRequest(req), nil
}
Expand Down

0 comments on commit 3ce1ae9

Please sign in to comment.