This commit is contained in:
Matthias Kretschmann 2018-02-15 18:07:33 +01:00
parent 578ce9ea3c
commit 2f713b870a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 3 deletions

View File

@ -61,9 +61,7 @@ const fetchRepos = () => {
forks: forks_count,
is_fork: fork,
topics
})).sort((p1, p2) =>
p2.stars - p1.stars
)
})).sort((p1, p2) => p2.stars - p1.stars)
log(`Re-built projects cache. ` +
`Total: ${data_.length} public BigchainDB projects. ` +