diff --git a/src/util/api.ts b/src/util/api.ts index b357467caf68d05..e62e83e041da439 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 = "3b87899727476588028d2f934f3d9fd7326e7e97"; +const COMMIT = "d1a00cf14804d3b68d0b4339a5098611005a7aea"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {