From 46f958f76b205adf2452931ee164cead7bb326f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Nov 2025 01:41:18 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to 6a5a8a611a9b4ccfee88229ca2dd1765f22fc578 --- 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 1a5a0c71efc631..7be6a114e2c29a 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 = "f48bb62c428fa6bb9a9e8949569fd12e2d9f201f"; +const COMMIT = "6a5a8a611a9b4ccfee88229ca2dd1765f22fc578"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {