Skip to content

Commit 76d4d57

Browse files
committed
format
1 parent 84c4091 commit 76d4d57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/operations/controls.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ const GetControlsInput = z.object({
1212
pageCursor: z.string().describe("Pagination cursor for next page").optional(),
1313
frameworkMatchesAny: z
1414
.array(z.string())
15-
.describe("Filter controls by framework IDs. Returns controls that belong to any of the specified frameworks, e.g. ['soc2', 'iso27001', 'hipaa']")
15+
.describe(
16+
"Filter controls by framework IDs. Returns controls that belong to any of the specified frameworks, e.g. ['soc2', 'iso27001', 'hipaa']",
17+
)
1618
.optional(),
1719
});
1820

0 commit comments

Comments
 (0)