Skip to content

Commit

Permalink
* fix sqlite usage and use adapter-core to find data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Sep 19, 2022
1 parent 3ac8a84 commit 95932db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'use strict';
const cp = require('child_process');
const utils = require('@iobroker/adapter-core'); // Get common adapter utils
const path = require('path');
const dataDir = utils.getAbsoluteDefaultDataDir();
const fs = require('fs');
const GetHistory = require('./lib/getHistory.js');
Expand Down

0 comments on commit 95932db

Please sign in to comment.