Skip to content

Commit e383f9d

Browse files
[Docs Site] Update pinned api-schemas commit (#22449)
* [Docs Site] Update pinned api-schemas commit to 8eb3957331e18523cca24d1f4ef388197defb6bc --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Pedro Sousa <[email protected]>
1 parent cfe6c4c commit e383f9d

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

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)