Skip to content

Commit

Permalink
* (Apollon77) Workaround an admin issue when testing connection to In…
Browse files Browse the repository at this point in the history
…fluxDB
  • Loading branch information
Apollon77 committed May 31, 2022
1 parent 2991072 commit ae2c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const [appName, adapterName] = require('./package.json').name.split('.');
const Aggregate = require('./lib/aggregate.js');
const dataDir = path.normalize(`${utils.controllerDir}/${require(`${utils.controllerDir}/lib/tools`).getDefaultDataDir()}`);
const cacheFile = `${dataDir}influxdata.json`;
const { isObject } = require('lib/tools.js');
const { isObject } = require('./lib/tools.js');

let adapter;

Expand Down

0 comments on commit ae2c634

Please sign in to comment.