Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement null check for the 'findPaginatedResourcePath' function Previously the `deepFindPathToProperty` function would occasionally fail with `TypeError: Cannot read properties of null (reading 'hasOwnProperty')`. This change fixes that by adding a null check to the `findPaginatedResourcePath` function. Resolves octokit#58
- Loading branch information