This commit is contained in:
github-actions[bot] 2026-01-11 00:04:27 +00:00 committed by GitHub
commit 72e0c1691d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 () => {