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 code = `<%\n
id = sys().getRandomId() id = sys().getRandomId()
username = this.getUserName(step); username = this.userName(step);
mobile = this.getUserMobile(step); mobile = this.userMobile(step);
from = mobile; from = mobile;
ubound = function(list){return list.length}; ubound = function(list){return list.length};