We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d24e66 commit 9b7dcf1Copy full SHA for 9b7dcf1
packages/sdk/src/server/index.ts
@@ -846,10 +846,8 @@ export class ServerClient {
846
return this.makeRequest("", {
847
...opts,
848
baseURL: url,
849
- method: opts.method || "POST", // Default to POST if not specified
850
headers: {
851
...headers,
852
- "Authorization": await this.oauthAuthorizationHeader(),
853
"X-PD-External-User-ID": externalUserId,
854
"X-PD-Project-Public-Key": this.publicKey,
855
},
0 commit comments