Skip to content

Commit 9b7dcf1

Browse files
committed
Small refactor
1 parent 6d24e66 commit 9b7dcf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sdk/src/server/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,8 @@ export class ServerClient {
846846
return this.makeRequest("", {
847847
...opts,
848848
baseURL: url,
849-
method: opts.method || "POST", // Default to POST if not specified
850849
headers: {
851850
...headers,
852-
"Authorization": await this.oauthAuthorizationHeader(),
853851
"X-PD-External-User-ID": externalUserId,
854852
"X-PD-Project-Public-Key": this.publicKey,
855853
},

0 commit comments

Comments
 (0)