kopia lustrzana https://github.com/badgen/badgen.net
refactor: remove useless "emoji" argument
rodzic
2f116ff634
commit
f2783b7789
|
@ -20,7 +20,6 @@ module.exports = (req, res, options = {}) => {
|
||||||
status: String(list ? status.replace(/,/g, ' | ') : status),
|
status: String(list ? status.replace(/,/g, ' | ') : status),
|
||||||
color: queryColor || color,
|
color: queryColor || color,
|
||||||
style: style || hostStyle,
|
style: style || hostStyle,
|
||||||
emoji: true,
|
|
||||||
icon: builtin[icon === '' ? subject : icon],
|
icon: builtin[icon === '' ? subject : icon],
|
||||||
iconWidth: iconWidth || noneSquareIconWidths[icon]
|
iconWidth: iconWidth || noneSquareIconWidths[icon]
|
||||||
})
|
})
|
||||||
|
|
Ładowanie…
Reference in New Issue