diff --git a/src/util/api.ts b/src/util/api.ts index 7ceddbf3689729..09fc1892e986cc 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 = "1ead2b8670dcb59930235f707098f7a2f5021d93"; +const COMMIT = "64ef76047a9d64822d1524c16260d1fef958ba72"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {