Skip to content

Commit

Permalink
fix: PRO-2630 delete sessionKey fix - no need for ContentType in API …
Browse files Browse the repository at this point in the history
…Delete Request
  • Loading branch information
kanthgithub committed Aug 22, 2024
1 parent 518e3a0 commit f492f05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sdk/SessionKeyValidator/SessionKeyValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ export class SessionKeyValidator {
oldSessionKey,
};

console.log(`requestBody: ${JSON.stringify(requestBody)}`);
response = await fetch(url, {
method: 'POST',
headers: {
Expand Down Expand Up @@ -428,7 +427,6 @@ export class SessionKeyValidator {
method: 'DELETE',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
},
});

Expand Down

0 comments on commit f492f05

Please sign in to comment.