Skip to content

Commit

Permalink
Revert TOFIX, since its not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Feb 19, 2019
1 parent d699e9e commit 9b0daf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ func (c HTTPClient) doReq(method, path string, data []byte) ([]byte, error) {
}

req.Header.Set("Content-Type", "application/json")
// TOFIX: c.conf.APIKey arrives empty. It causes failures when doing
// memberships and incrementals by auditors and monitors.
req.Header.Set("Api-Key", "AAAAAAA") // c.conf.APIKey) //
req.Header.Set("Api-Key", c.conf.APIKey)

resp, err := c.exponentialBackoff(req)
if err != nil {
Expand Down

0 comments on commit 9b0daf9

Please sign in to comment.