We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6785926 commit c623007Copy full SHA for c623007
src/util/api.ts
@@ -1,8 +1,7 @@
1
import SwaggerParser from "@apidevtools/swagger-parser";
2
import type { OpenAPI } from "openapi-types";
3
4
-const COMMIT = "573bd99b9a6ba6d5e17f13099f9db6606ff92bc9";
5
-
+const COMMIT = "13a96aa8cf3b71103833e120041fbc33c12ab56f";
6
let schema: OpenAPI.Document | undefined;
7
8
export const getSchema = async () => {
0 commit comments