Skip to content

Commit 35541ba

Browse files
authored
Update src/util/api.ts
1 parent 31f2ff4 commit 35541ba

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
@@ -1,7 +1,7 @@
11
import SwaggerParser from "@apidevtools/swagger-parser";
22
import type { OpenAPI } from "openapi-types";
33

4-
const COMMIT = "ca0ad2b8537928266a0a56e4a17d469a892fdbfc";
4+
const COMMIT = "ca0ad2b8537928266a0a56e4a17d469a892fdbfc";
55
let schema: OpenAPI.Document | undefined;
66

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)