diff --git a/src/util/api.ts b/src/util/api.ts index 041e6f1b1c4..5d54eb9df9c 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 = "c92b9b0fde23ae00fece2025662f96dc8e2d6283"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {