AnswerDotAI / AnswerDotAI/ghapi
Duplicated entries in results
Open
- Dominant language
- Python
- Stars
- 685
- Forks
- 70
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
Hello !
I just installed Ghapi and tried it on some of my access token. It works well, but it seems that when I look for some information, the information are duplicated.

Here's my code :
```
from ghapi.all import GhApi
api = GhApi(token="MY-ACCESS-TOKEN")
email = api.users.list_emails_for_authenticated()
```
Thanks !
Contributor guide
Assessment
This issue has not been assessed yet.