From 2c71abdc2284208e8700afe19e59b171fe81671f Mon Sep 17 00:00:00 2001 From: Kenneth Johnson Date: Thu, 23 Jul 2026 09:31:28 -0500 Subject: [PATCH] fix: restore current API schema pin --- 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 27074bb4a5b..75fb84d6395 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -15,7 +15,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "082fe875c1438a5874233eef548ff16f8331982b"; +const COMMIT = "29f8cda983dbd30c426fcc9d2767b2548409ac46"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {