Skip to content

Commit

Permalink
fix: auto closing tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jun 6, 2023
1 parent f995589 commit 24360e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/client/ready.js
Expand Up @@ -168,7 +168,7 @@ module.exports = class extends Listener {
],
});
} else if ($.closeAt < Date.now()) {
client.tickets.finallyClose(ticketId, $.reason);
client.tickets.finallyClose(ticketId, $);
}
}

Expand Down

0 comments on commit 24360e4

Please sign in to comment.