Skip to content
Snippets Groups Projects
Commit 58b73179 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor(github): don’t prefetch prList and fileList

parent 4a0b3cf8
No related branches found
No related tags found
No related merge requests found
...@@ -288,8 +288,6 @@ async function initRepo({ ...@@ -288,8 +288,6 @@ async function initRepo({
url, url,
}); });
} }
logger.debug('Prefetching prList and fileList');
await Promise.all([getPrList(), getFileList()]);
return platformConfig; return platformConfig;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment