Skip to content

Commit ff9ef83

Browse files
committed
revert this because octokit version is now the same as it was before
1 parent a0c8c61 commit ff9ef83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/gitHub.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function fetchInstallationRepositories(octokit: Octokit, installationId: n
113113

114114
for await (const { data } of iterator) {
115115
pageCount++;
116-
allRepos.push(...data.repositories);
116+
allRepos.push(...data);
117117

118118
if (maxPages && pageCount >= maxPages) {
119119
logger.warn("GitHub installation repository fetch truncated", {

0 commit comments

Comments
 (0)