Skip to content

Commit 38a3e5d

Browse files
authored
Update stats.js
1 parent 3ef9b3d commit 38a3e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function displayStatsJSON (reportText) {
3434
div.innerHTML = (
3535
(stats.n_repos / 1e3).toFixed(1) + 'k feedstocks<br>' +
3636
(stats.n_packages / 1e3).toFixed(1) + 'k packages<br>' +
37-
(stats.n_artifacts / 1e3).toFixed(1) + 'k artifacts'
37+
(stats.n_artifacts / 1e3).toFixed(0) + 'k artifacts'
3838
)
3939

4040
div = document.getElementById('stats-issues-prs')

0 commit comments

Comments
 (0)