From 5d1a6b57922a49568b2619c543b4229b5c33cbc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Jun 2025 01:04:28 +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 83d24a6db23812d..11f51b0e391cec8 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 = "null"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {