fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue