[Docs Site] Update pinned api-schemas commit to 64ef76047a9d64822d1524c16260d1fef958ba72

This commit is contained in:
github-actions[bot] 2026-01-11 00:04:25 +00:00
parent daed515aa7
commit e8f58cd013

View file

@ -1,7 +1,7 @@
import SwaggerParser from "@apidevtools/swagger-parser";
import type { OpenAPI } from "openapi-types";
const COMMIT = "ba43a56bafd349a1c2cf9bda49d9eb0bc04c8bec";
const COMMIT = "64ef76047a9d64822d1524c16260d1fef958ba72";
let schema: OpenAPI.Document | undefined;
export const getSchema = async () => {