Update preview for api change

pull/3/head
Amio 2018-07-16 22:01:01 +08:00
rodzic 4931e0d1a6
commit 572683199c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ const serveBadge = (req, res) => {
.map(s => qs.unescape(s))
res.writeHead(200, { 'Content-Type': 'image/svg+xml;charset=utf-8' })
res.end(badgen({subject, status, color}, { style }))
res.end(badgen({subject, status, color, style}))
}
// @example