Skip to content

Commit bb7b9d1

Browse files
[Docs Site] Update pinned api-schemas commit (#30865)
* [Docs Site] Update pinned api-schemas commit to 082fe875c1438a5874233eef548ff16f8331982b * Apply suggestion from @kodster28 * Apply suggestion from @kodster28 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kody Jackson <kody@cloudflare.com>
1 parent 9289aca commit bb7b9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)