Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Dec 1, 2023
1 parent 839f0b3 commit 1638c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class Boschindego extends utils.Adapter {
error.response && this.log.error(JSON.stringify(error.response.data));
});

const token = this.cookieJar.getCookiesSync('https://singlekey-id.com/auth/').find((cookie) => cookie.key === 'X-CSRF-FORM-TOKEN');
// const token = this.cookieJar.getCookiesSync('https://singlekey-id.com/auth/').find((cookie) => cookie.key === 'X-CSRF-FORM-TOKEN');
const userResponse = await this.requestClient({
method: 'post',
maxBodyLength: Infinity,
Expand Down

0 comments on commit 1638c69

Please sign in to comment.