Skip to content

Commit 71ec35f

Browse files
authored
Update src/util/api.ts
1 parent e24beaa commit 71ec35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import SwaggerParser from "@apidevtools/swagger-parser";
22
import type { OpenAPI } from "openapi-types";
33

44
const COMMIT = "13a96aa8cf3b71103833e120041fbc33c12ab56f";
5-
5+
66
let schema: OpenAPI.Document | undefined;
77

88
export const getSchema = async () => {

0 commit comments

Comments
 (0)