Updated the gotify.js integration

This commit is contained in:
Mathias Wagner
2023-11-30 12:33:37 +01:00
parent ac2f787573
commit fdadb5bf7c

View File

@@ -1,5 +1,5 @@
const axios = require("axios");
const {replaceVariables} = require("../util/variables");
const {replaceVariables} = require("../util/helpers");
const defaults = {
finished: "A speedtest is finished:\nPing: %ping% ms\nUpload: %upload% Mbps\nDownload: %download% Mbps",