From 84335b92effa4334b986feed72dd5afb4a0aca24 Mon Sep 17 00:00:00 2001 From: Stefan <53957363+Stefan080106@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:14:11 +0100 Subject: [PATCH] Update index.js --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 962fc21..39160bf 100644 --- a/src/index.js +++ b/src/index.js @@ -142,6 +142,7 @@ async function main(data) { sendMessage("[INFO]: Einsatdepesche wird Gedruckt - " + data.title, messageIDs); } axios.get("https://maker.ifttt.com/trigger/Einsatz/with/key/f4QUHDvvWTG9dOdTyBDDRMc2jxUCM-AUPpm7TkyKwQ_") + axios.get("https://maker.ifttt.com/trigger/Alarm/with/key/mDrKtS60Xz-BNP_XfBLFH5hZU_vGiBW6KlPSe6iP61f") const filePath = cacheFolder + data.foreign_id + ".pdf"; await createPDF({ filePath, ...data }); console.log("PDF created, printing now");