From dba22d518d344539d42e4fededbc7d7fbe26f29a Mon Sep 17 00:00:00 2001
From: Rodrigo Rodriguez <me@rodrigorodriguez.com>
Date: Sun, 3 Jan 2021 19:13:27 -0300
Subject: [PATCH] fix(basic.gblib): New names for basic functions on hidden
 code header.

---
 packages/basic.gblib/services/GBVMService.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/basic.gblib/services/GBVMService.ts b/packages/basic.gblib/services/GBVMService.ts
index f3535f96..5285cb2f 100644
--- a/packages/basic.gblib/services/GBVMService.ts
+++ b/packages/basic.gblib/services/GBVMService.ts
@@ -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};