diff --git a/docs/website/edge/badge.ts b/docs/website/edge/badge.ts index af039e1156..4b46464e94 100644 --- a/docs/website/edge/badge.ts +++ b/docs/website/edge/badge.ts @@ -1,6 +1,6 @@ import { Context } from "netlify:edge"; -const schemaVersion = "1"; +const schemaVersion = 1; const label = "OPA"; const releases = "https://api.github.com/repos/open-policy-agent/opa/releases/latest"; const endpoint = "/badge-endpoint/"; @@ -26,4 +26,4 @@ export default async (req: Request, context: Context) => { }; return context.json(res); -}; +}; \ No newline at end of file