This commit is contained in:
parent
68a024a926
commit
a7b8a0abae
@ -1,6 +1,6 @@
|
||||
import { InfluxDB, Point } from "@influxdata/influxdb-client";
|
||||
import * as dotenv from "dotenv";
|
||||
import fetch from "node-fetch";
|
||||
const fetch = require("node-fetch");
|
||||
|
||||
dotenv.config();
|
||||
const INFLUXDB_URL = process.env.INFLUXDB_URL;
|
||||
|
Loading…
Reference in New Issue
Block a user