Commit c95e54b5 by Pavel Fedorov

раскоментировал входной параметр caller

1 parent 88492464
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ import "commonReactions/all.dsl"; ...@@ -2,7 +2,7 @@ import "commonReactions/all.dsl";
context { context {
input phone: string; input phone: string;
//input caller: string; input caller: string;
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!