We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bb8af commit b171d95Copy full SHA for b171d95
.stats.yml
@@ -1,4 +1,4 @@
1
configured_endpoints: 7
2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-rankincodes%2Fwarp-hr-19dde65e367945e7a9d0ec732df6ffbe7d23ef2ea7fe88903351b52197632d93.yml
3
openapi_spec_hash: b89ec84365c1220afc9c3a657b0228e4
4
-config_hash: 599b918a4e5ce29219da642bbdf6e191
+config_hash: 528b2fb1c4b9c1e86ea4e58b743001b7
src/client.ts
@@ -232,7 +232,7 @@ export class WarpHr {
232
}
233
234
protected stringifyQuery(query: Record<string, unknown>): string {
235
- return qs.stringify(query, { arrayFormat: 'comma' });
+ return qs.stringify(query, { arrayFormat: 'repeat' });
236
237
238
private getUserAgent(): string {
0 commit comments