Skip to content

Commit 2860479

Browse files
chore(internal): codegen related update
1 parent a556698 commit 2860479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/radar/ai/to-markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ToMarkdown extends APIResource {
2525
params: ToMarkdownCreateParams,
2626
options?: Core.RequestOptions,
2727
): Core.PagePromise<ToMarkdownCreateResponsesSinglePage, ToMarkdownCreateResponse> {
28-
const { account_id } = params ?? {};
28+
const { account_id } = params;
2929
return this._client.getAPIList(
3030
`/accounts/${account_id}/ai/tomarkdown`,
3131
ToMarkdownCreateResponsesSinglePage,

0 commit comments

Comments
 (0)