From 3ec558cd916eaeae9ed14435c0e1ca0e20000d1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Jun 2025 01:06:02 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to 1e6aa30bfcee5e028868dafa80a682cbed28d391 --- 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 83d24a6db23812d..da6751d98e41b61 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 = "302b6d5230d4c9dc6976755fefbce1b45d8f80d7"; +const COMMIT = "1e6aa30bfcee5e028868dafa80a682cbed28d391"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {