Commit b9627573 by softwhiskey8

переставил коллер на телефон

1 parent 835e7d0f
Showing with 1 additions and 2 deletions
...@@ -20,7 +20,6 @@ context { ...@@ -20,7 +20,6 @@ context {
output conversation_end: number = 0; output conversation_end: number = 0;
output channel_type: string = ""; output channel_type: string = "";
output mail: string = ""; output mail: string = "";
json: string[] = [];
} }
external function numbers_from_text(text: string): string; external function numbers_from_text(text: string): string;
...@@ -147,7 +146,7 @@ node tg ...@@ -147,7 +146,7 @@ node tg
}; };
//set $json = ["Как продавать на маркетплейсах в 2022","11 июля", "PROMO-CODE"]; //set $json = ["Как продавать на маркетплейсах в 2022","11 июля", "PROMO-CODE"];
external sendTelegram($caller, message); //отправка личного сообщения external sendTelegram($phone, message); //отправка личного сообщения
} }
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!