Skip to content

Commit

Permalink
🚨 lint: linter error fix
Browse files Browse the repository at this point in the history
Signed-off-by: Murat mirgun Ercan <muratmirgunercan225@gmail.com>
  • Loading branch information
muratmirgun committed Jan 6, 2024
1 parent 907a6dd commit 135fa2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client.go
Expand Up @@ -86,6 +86,8 @@ func (c *Client) Ping() bool {
func (c *Client) TokenAuth(token string) *Client {
c.Transport.header.Set("Authorization", "Bearer "+token)
c.Transport.header.Set("apikey", token)

return c
}

// ChangeSchema modifies the schema for subsequent requests.
Expand Down

0 comments on commit 135fa2b

Please sign in to comment.