Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: iterate through all owner objects to find target
`getOwnedObjects` returns a limited number of objects per page (50 by default), and our target might not be found in the first one. That's why we should iterate through all pages of the result until no next page is found, or we track our target object.
- Loading branch information