Skip to content

Commit dd53005

Browse files
[Docs Site] Update pinned api-schemas commit to ad4a01283ed845ce99a2ee9d1ae67d3adebc3cb8
1 parent 83716a0 commit dd53005

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

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)