Skip to content

Commit c623007

Browse files
[Docs Site] Update pinned api-schemas commit (#21542)
* [Docs Site] Update pinned api-schemas commit to 13a96aa8cf3b71103833e120041fbc33c12ab56f * Update src/util/api.ts * Update src/util/api.ts --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kody Jackson <[email protected]>
1 parent 6785926 commit c623007

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/api.ts

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

4-
const COMMIT = "573bd99b9a6ba6d5e17f13099f9db6606ff92bc9";
5-
4+
const COMMIT = "13a96aa8cf3b71103833e120041fbc33c12ab56f";
65
let schema: OpenAPI.Document | undefined;
76

87
export const getSchema = async () => {

0 commit comments

Comments
 (0)