Commit 3e30b467 by Полина Бел

закоментировала переменную для теста

1 parent f424cc19
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ import "commonReactions/all.dsl"; ...@@ -3,7 +3,7 @@ import "commonReactions/all.dsl";
context { context {
input phone: string; input phone: string;
input caller: string; input caller: string;
input waiting: number; //input waiting: number;
output cjm: string[] = []; output cjm: string[] = [];
output need_ask_name: boolean = true; output need_ask_name: boolean = true;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!