From 44e20836d09a7c63d2ee779e087e5491d59d83f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Sep 2025 01:09:39 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to 2ea00b8c427bb125f892b0598162d195d7a55348 --- 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 3eb8a0472a2e5d..9da50cf90b510f 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 = "9553c08c7fe2fd647d6daea2469856c551740ff3"; +const COMMIT = "2ea00b8c427bb125f892b0598162d195d7a55348"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {