Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ed5e0f4

Browse files
committed
🔧 hard coded limit until wee stack on params
1 parent 0a01ed6 commit ed5e0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type TokenResponse struct {
5656
}
5757

5858
func (c *Client) GetTokens() (responseJSON *TokenResult, err error) {
59-
resp, err := c.Request("GET", "/token")
59+
resp, err := c.Request("GET", "/token?limit=100")
6060
if err != nil {
6161
return nil, err
6262
}

0 commit comments

Comments
 (0)