diff --git a/src/util/api.ts b/src/util/api.ts index e4d1f204c9dd68b..32487c46dec64d9 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 = "26f108c9cfe516972ac4144657ebfa2c8543dd17"; +const COMMIT = "2da55ebed29837ab4d5c004e3f111a5c3a7a5c53"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {