From 10abf386b47b402c2ae489ec7b89b513b0f1c51a Mon Sep 17 00:00:00 2001 From: LuanRT Date: Wed, 20 Oct 2021 02:53:32 -0300 Subject: [PATCH] revert: put back accidentally removed code --- lib/Livechat.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Livechat.js b/lib/Livechat.js index 57d1c5ac..8b540f34 100644 --- a/lib/Livechat.js +++ b/lib/Livechat.js @@ -134,4 +134,6 @@ class Livechat extends EventEmitter { this.running = false; clearTimeout(this.livechat_poller); } -} \ No newline at end of file +} + +module.exports = Livechat; \ No newline at end of file