Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 30, 2024
1 parent 7a02146 commit a47fdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class Cloudflare extends Core.APIClient {
}

protected override stringifyQuery(query: Record<string, unknown>): string {
return qs.stringify(query, { arrayFormat: 'repeat' });
return qs.stringify(query, { allowDots: true, arrayFormat: 'repeat' });
}

static Cloudflare = this;
Expand Down

0 comments on commit a47fdf3

Please sign in to comment.