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

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

View file

@ -158,8 +158,8 @@ export class GBVMService extends GBService {
code = `<%\n
id = sys().getRandomId()
username = this.getUserName(step);
mobile = this.getUserMobile(step);
username = this.userName(step);
mobile = this.userMobile(step);
from = mobile;
ubound = function(list){return list.length};