new (basic.gbapp): NOTE keyword.
This commit is contained in:
parent
8f9bde6417
commit
543b572c34
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ export class GBMinService {
|
||||||
if (notes && text && text !== "") {
|
if (notes && text && text !== "") {
|
||||||
const sys = new SystemKeywords();
|
const sys = new SystemKeywords();
|
||||||
await sys.note({pid, text});
|
await sys.note({pid, text});
|
||||||
step.context.sendActivity('OK.');
|
await step.context.sendActivity('OK.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue