diff --git a/libs/serve-badge.ts b/libs/serve-badge.ts index 8a25308..3630d2c 100644 --- a/libs/serve-badge.ts +++ b/libs/serve-badge.ts @@ -18,7 +18,7 @@ export default function (req, res, options: ServeBadgeOptions) { const _icon = resolveIcon(icon === '' ? subject : icon, iconWidth) // TODO: review usage of list - list && console.log(`FEAT:LIST ${req.url}`) + list && console.log(`FEAT-LIST ${req.url}`) const badge = badgen({ subject: typeof label !== 'undefined' ? label : subject,