Fix sorting on updated

This commit is contained in:
Julien Bisconti
2018-06-25 13:50:07 +02:00
parent c852e15b99
commit 18fb8dcce8
5 changed files with 35056 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ async function main() {
printError,
);
const metadata = batchFetchRepoMetadata(githubRepos);
const metadata = await batchFetchRepoMetadata(githubRepos);
await writeFile(
GITHUB_METADATA_FILE,