Skip to content

Commit 9bb8363

Browse files
committed
Fix for typecheck issue
1 parent 4e2fe3d commit 9bb8363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/integrations/src/trigger/sdk/generateDocs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function generateDocSchema(
111111
key: string,
112112
required: boolean,
113113
schema: JSONSchema | boolean,
114-
expanded: boolean = false
114+
expanded = false
115115
): DocsSchemaObject | undefined {
116116
if (typeof schema === "boolean") return;
117117

0 commit comments

Comments
 (0)