Openstatus www.openstatus.dev

fix: format (#242)

authored by

Maximilian Kaske and committed by
GitHub
df44b553 6300fa67

+2 -2
+2 -2
apps/web/src/app/api/checker/regions/_checker.ts
··· 87 87 const res = await fetch(result.data?.url, { 88 88 method: result.data?.method, 89 89 cache: "no-store", 90 - headers: { 90 + headers: { 91 91 "OpenStatus-Ping": "true", 92 - ...headers 92 + ...headers, 93 93 }, 94 94 body: result.data?.body, 95 95 });