Fix sorting on updated
This commit is contained in:
@@ -101,7 +101,7 @@ async function main() {
|
||||
printError,
|
||||
);
|
||||
|
||||
const metadata = batchFetchRepoMetadata(githubRepos);
|
||||
const metadata = await batchFetchRepoMetadata(githubRepos);
|
||||
|
||||
await writeFile(
|
||||
GITHUB_METADATA_FILE,
|
||||
|
||||
Reference in New Issue
Block a user