upload build
This commit is contained in:
parent
e2e7247bbf
commit
afa2d5a370
1 changed files with 1 additions and 0 deletions
|
|
@ -16340,6 +16340,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 = process.env.TELEGRAM_TOKEN || "";
|
const $hd_canary_telegram_token = process.env.TELEGRAM_TOKEN || "";
|
||||||
|
console.log({ $hd_canary_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