Skip to content

Commit b171d95

Browse files
fix(api): query settings array format repeat
1 parent 95bb8af commit b171d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-rankincodes%2Fwarp-hr-19dde65e367945e7a9d0ec732df6ffbe7d23ef2ea7fe88903351b52197632d93.yml
33
openapi_spec_hash: b89ec84365c1220afc9c3a657b0228e4
4-
config_hash: 599b918a4e5ce29219da642bbdf6e191
4+
config_hash: 528b2fb1c4b9c1e86ea4e58b743001b7

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class WarpHr {
232232
}
233233

234234
protected stringifyQuery(query: Record<string, unknown>): string {
235-
return qs.stringify(query, { arrayFormat: 'comma' });
235+
return qs.stringify(query, { arrayFormat: 'repeat' });
236236
}
237237

238238
private getUserAgent(): string {

0 commit comments

Comments
 (0)