Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
windka committed Sep 15, 2024
1 parent 34dfcb7 commit 4497af7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions telegrambot/99-telegrambot.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ module.exports = function (RED) {
agentOptions: agentOptions,
pool: {},
};
}
else {
} else {
let agentOptions = {
keepAlive: true
keepAlive: true,
};

if (!isNaN(this.addressFamily)) {
Expand Down

0 comments on commit 4497af7

Please sign in to comment.