upload build

This commit is contained in:
koplenov 2025-08-23 05:09:04 +03:00
parent 50ab5b40c2
commit 962eb9c808

View file

@ -16339,7 +16339,7 @@ var $;
]; ];
class $hd_canary extends $hyoo_crus_app_node { class $hd_canary extends $hyoo_crus_app_node {
hd_canary_alert_to_telegram(message) { hd_canary_alert_to_telegram(message) {
const $hd_canary_telegram_token = $node.process.env.TELEGRAM_TOKEN ?? ""; const $hd_canary_telegram_token = $node.process.env.TELEGRAM_TOKEN || "";
if ($hd_canary_telegram_token == "") if ($hd_canary_telegram_token == "")
return; return;
const chatId = '466661457'; const chatId = '466661457';