Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r authored Jan 6, 2022
1 parent 6e58358 commit 140bf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -1459,4 +1459,4 @@ if (module.parent) {
} else {
// otherwise start the instance directly
new LaMetric();
}
}

0 comments on commit 140bf44

Please sign in to comment.