From 2b268c92bb3ae73819aafe9e219fecb42fe35c29 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 9 Oct 2019 17:08:28 +0200 Subject: [PATCH] Fix linting error --- spec/muc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/muc.js b/spec/muc.js index ca74cfdfc..dda85aa53 100644 --- a/spec/muc.js +++ b/spec/muc.js @@ -268,7 +268,6 @@ async function (done, _converse) { const IQ_stanzas = _converse.connection.IQ_stanzas; - const sendIQ = _converse.connection.sendIQ; const muc_jid = 'lounge@montague.lit'; await test_utils.openChatRoom(_converse, 'lounge', 'montague.lit', 'romeo');