We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233a34f commit 522b51bCopy full SHA for 522b51b
back-end/database/db_delete.js
@@ -1,4 +1,4 @@
1
-require('dotenv').config({ path: '../.env' });
+require('dotenv').config({ path: '../.env'});
2
3
const {InfluxDB} = require('@influxdata/influxdb-client')
4
const { DeleteAPI } = require('@influxdata/influxdb-client-apis');
0 commit comments