From 4c90f72e6b5cc05abe9f78e9c0735e1c959cd7ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Sep 2025 00:48:27 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to null --- src/util/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/api.ts b/src/util/api.ts index 7310ad69e979ac..11f51b0e391cec 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -1,7 +1,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "9deebb75711a244440e856c355a799d2b5e07bcd"; +const COMMIT = "null"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {