delete duplicated boolean check

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/163/head
Hyeonwoo Cho 2025-12-07 22:45:43 +09:00 committed by GitHub
parent 3417a22199
commit ad98b21762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,