mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-14 10:55:43 +00:00
fix: Remove unused getSettings import in metricsReporting.js
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
const axios = require("axios");
|
const axios = require("axios");
|
||||||
const { prisma } = require("./shared/prisma");
|
const { prisma } = require("./shared/prisma");
|
||||||
const {
|
const { updateSettings } = require("../../services/settingsService");
|
||||||
getSettings,
|
|
||||||
updateSettings,
|
|
||||||
} = require("../../services/settingsService");
|
|
||||||
|
|
||||||
const METRICS_API_URL =
|
const METRICS_API_URL =
|
||||||
process.env.METRICS_API_URL || "https://metrics.patchmon.cloud";
|
process.env.METRICS_API_URL || "https://metrics.patchmon.cloud";
|
||||||
|
|||||||
Reference in New Issue
Block a user