From 795b6863b3c7c93bb502801fe57a9886eac967a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Apr 2026 02:47:38 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to 19a38a93b054ab985f7385e6d5499cbe6c6f9915 --- 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 041e6f1b1c4..2dd9c81fd45 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 = "13586df3b73030d524b659777a9a6d00c2e540e4"; +const COMMIT = "19a38a93b054ab985f7385e6d5499cbe6c6f9915"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {