Skip to content

bug: fix refactor issue of fetching data using ids #67

Description

@mikededo

Description

In the #64 refactor, we mistakenly tried to fetch data from the GitHub API using ID values, and we did not check if that was possible. This breaks the execution of code as the API returns 404 for the requests made using ID's, not name/slugs.

We should rollback the changes, by using name/slugs as we did previously.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions