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 69c2c39 commit 9b2859bCopy full SHA for 9b2859b
src/util/api.ts
@@ -3,6 +3,7 @@ import type { OpenAPI } from "openapi-types";
3
4
const COMMIT = "573bd99b9a6ba6d5e17f13099f9db6606ff92bc9";
5
6
+
7
let schema: OpenAPI.Document | undefined;
8
9
export const getSchema = async () => {
0 commit comments