fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 13b19bb4ed - Show all commits

View file

@ -105,7 +105,7 @@ export class HearDialog {
const args = step.options['args']; const args = step.options['args'];
if (args) { if (args && args.length >1) {
let choices = []; let choices = [];
let i = 0; let i = 0;