Skip to content

Commit

Permalink
fix(idle): removed unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 26, 2023
1 parent 07a9aea commit da59d9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/commands/idle.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ module.exports = async (connection, maxIdleTime) => {
return;
}

maxIdleTime = 3000;

if (connection.capabilities.has('IDLE')) {
let idleTimer;
let stillIdling = false;
Expand Down

0 comments on commit da59d9a

Please sign in to comment.