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.
2 parents 381401a + 1565ce8 commit 120bc44Copy full SHA for 120bc44
src/util/api.ts
@@ -1,8 +1,5 @@
1
import SwaggerParser from "@apidevtools/swagger-parser";
2
import type { OpenAPI } from "openapi-types";
3
-
4
-const COMMIT = "4d4c0c37d73f057fa2ed1a3cb2918aa91538a38d";
5
6
let schema: OpenAPI.Document | undefined;
7
8
export const getSchema = async () => {
0 commit comments