fuck u fetch
Some checks failed
deploy / deploy (push) Failing after 22s

This commit is contained in:
Lee 2023-10-27 12:15:59 +01:00
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;