delete duplicated boolean check
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/163/head
parent
3417a22199
commit
ad98b21762
|
|
@ -78,7 +78,7 @@ export default async function handler(req: NextRequest): Promise<Response> {
|
|||
})
|
||||
}
|
||||
|
||||
const isUp = Boolean(monitor.up)
|
||||
const isUp = monitor.up
|
||||
const badge: BadgePayload = {
|
||||
schemaVersion: 1,
|
||||
label,
|
||||
|
|
|
|||
Loading…
Reference in New Issue