Skip to content

Commit 3a967ff

Browse files
Merge pull request #193 from krishnprakash/update-api-schemas-ad858df5e5663315d5245bf6da860d4be4f732f5
[Docs Site] Update pinned api-schemas commit
2 parents 2a12287 + aa6818c commit 3a967ff

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

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)