Skip to content

Commit

Permalink
Merge pull request #212 from zakarialaoui10/master
Browse files Browse the repository at this point in the history
Fix update-repos-metadata script
  • Loading branch information
yjose authored Dec 18, 2024
2 parents a26ac8d + f0e03ba commit 49bc612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/update-repos-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const updateReposMetadata = async () => {
// select repo with oldest metadata
const repos = await getXataClient()
.db.os_repositories.select(["url", "id"])
.sort("xata.updatedAt", "desc")
.sort("xata.updatedAt", "asc")
.getPaginated({
pagination: { size: MAX_REPO_PER_EXECUTION },
});
Expand Down

0 comments on commit 49bc612

Please sign in to comment.