Skip to content

Commit e65fd38

Browse files
authored
Update src/util/api.ts
1 parent 9849231 commit e65fd38

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 = "f800c3f3a8528c05b4199ebbbb82c5af9a644ad9";
4+
const COMMIT = "f800c3f3a8528c05b4199ebbbb82c5af9a644ad9";
55
let schema: OpenAPI.Document | undefined;
66

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)