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

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

View file

@ -162,6 +162,7 @@ export class GBVMService extends GBService {
mobile = this.userMobile(step);
from = mobile;
ubound = function(list){return list.length};
isArray = function(list){return Array.isArray(list) };
headers = {};
${code}