Skip to content

Commit b7a9a80

Browse files
[Docs Site] Update pinned api-schemas commit to c0db65cfbc8a3823017338b5ba8267550d8ac0f1
1 parent 0dd1eac commit b7a9a80

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

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)