From 73b2cb25629998c05e21cb81bd5551c9ac0893f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Aug 2025 01:23:22 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to f800c3f3a8528c05b4199ebbbb82c5af9a644ad9 --- 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 f64f59ca11cf5f..73aa750e10bca0 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 = "e312ee5c067ffebb378a55d7eca70b276fc4828c"; +const COMMIT = "f800c3f3a8528c05b4199ebbbb82c5af9a644ad9"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {