upload build
This commit is contained in:
parent
50ab5b40c2
commit
962eb9c808
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue