From 5190341be6ec37c85e96b3cf05ebfe349ab0845d Mon Sep 17 00:00:00 2001 From: faanskit Date: Wed, 5 May 2021 19:05:52 +0200 Subject: [PATCH] removed ts-ignore --- plejd/MqttClient.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plejd/MqttClient.js b/plejd/MqttClient.js index 5c9df41..aa803b6 100644 --- a/plejd/MqttClient.js +++ b/plejd/MqttClient.js @@ -1,5 +1,4 @@ const EventEmitter = require('events'); -// @ts-ignore const mqtt = require('mqtt'); const Configuration = require('./Configuration');