1
0
mirror of https://github.com/bigchaindb/github-projects.git synced 2024-06-17 18:13:20 +02:00
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

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. ` +