Fix flat style serving

pull/282/head
Amio 2019-06-03 20:38:33 +08:00
rodzic de32596334
commit 5cafca6682
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ export function badgenServe (handlers: BadgenServeHandlers): Function {
color: 'grey'
}
if (req.headers.host.startsWith('flat.') && query.style !== undefined) {
if (req.headers.host.startsWith('flat.') && query.style === undefined) {
query.style = 'flat'
}