From 140bf4471f12a88686b280aaa4a0906a3ba73b85 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Thu, 6 Jan 2022 15:42:17 +0100 Subject: [PATCH] Update main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 26eb0df..c1375bb 100644 --- a/main.js +++ b/main.js @@ -5,7 +5,7 @@ const utils = require('@iobroker/adapter-core'); const axios = require('axios'); -const https = require('https') +const https = require('https'); const adapterName = require('./package.json').name.split('.').pop(); class LaMetric extends utils.Adapter { @@ -1459,4 +1459,4 @@ if (module.parent) { } else { // otherwise start the instance directly new LaMetric(); -} \ No newline at end of file +}