Skip to content

Commit

Permalink
fix(basic.gblib): New names for basic functions on hidden code header.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 3, 2021
1 parent 24ba5b6 commit dba22d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit dba22d5

Please sign in to comment.