From dc166aad4eae55c408bf12ed4b3ab823ecb3f4d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Jun 2025 01:03:29 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to a6132b759407e430e9ee9ac90390b24e600d0517 --- 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..f8ec2f5fedbe1f9 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 = "a6132b759407e430e9ee9ac90390b24e600d0517"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {