Skip to content

Commit b90d3a0

Browse files
committed
squash: removing commented code
1 parent 8bd6236 commit b90d3a0

File tree

1 file changed

+0
-18
lines changed
  • workspaces/bulk-import/plugins/bulk-import-backend/src/service/handlers/import

1 file changed

+0
-18
lines changed

workspaces/bulk-import/plugins/bulk-import-backend/src/service/handlers/import/bulkImports.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -282,24 +282,6 @@ async function resolveReposDefaultBranches(
282282
};
283283
}),
284284
);
285-
// defaultBranchByRepoUrlPromises.push(
286-
// githubApiService
287-
// .getRepositoryFromIntegrations(repoUrl)
288-
// .then(resp => {
289-
// return { repoUrl, defaultBranch: resp?.repository?.default_branch };
290-
// })
291-
// .catch((err: any) => {
292-
// logErrorIfNeeded(
293-
// logger,
294-
// `Ignored repo ${repoUrl} due to an error while fetching details from GitHub`,
295-
// err,
296-
// );
297-
// return {
298-
// repoUrl,
299-
// defaultBranch: undefined,
300-
// };
301-
// }),
302-
// );
303285
}
304286
const defaultBranchesResponses = await Promise.all(
305287
defaultBranchByRepoUrlPromises,

0 commit comments

Comments
 (0)