diff --git a/src/util/api.ts b/src/util/api.ts index 05c6c348edcc65..afa5b967493529 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 = "a9ea2d8d9588f350d07fb0b66fc0de76bfc3147a"; +const COMMIT = "55e5f2f88b61b22c95348fee5468aa22c1e3e5b7"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {