Skip to content

Commit

Permalink
Merge pull request #92 from OneBusAway/next
Browse files Browse the repository at this point in the history
release: 0.1.0-alpha.30
  • Loading branch information
Ahmedhossamdev authored Nov 30, 2024
2 parents 913592f + 53bc0fc commit 02ed757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private constructor(
headers.put("X-Stainless-Runtime-Version", getJavaVersion())
apiKey?.let {
if (!it.isEmpty()) {
headers.put("key", it)
queryParams.put("key", it)
}
}
headers.replaceAll(this.headers.build())
Expand Down

0 comments on commit 02ed757

Please sign in to comment.