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