kopia lustrzana https://github.com/badgen/badgen.net
Fix users count for chrome-web-store badge
rodzic
0b8517d126
commit
61eb055ea7
|
|
@ -27,7 +27,7 @@ module.exports = async function (method, ...args) {
|
|||
case 'users':
|
||||
return {
|
||||
subject: 'users',
|
||||
status: millify(parseInt(meta.users.replace(',', ''))),
|
||||
status: millify(parseInt(meta.users.replace(/,/g, ''))),
|
||||
color: 'green'
|
||||
}
|
||||
case 'price':
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue