fix(basic.gblib): Fix getNow return.

This commit is contained in:
Alan Perdomo 2023-03-27 18:20:21 -03:00
parent 5631ce9610
commit f2889879a6

View file

@ -283,7 +283,6 @@ export class GBVMService extends GBService {
const hour = (v) => { return (async () => { return await dk.getHourFromDate({v}) })(); };
const base64 = (v) => { return (async () => { return await dk.getCoded({v}) })(); };
const tolist = (v) => { return (async () => { return await dk.getToLst({v}) })(); };
const now = (v) => { return (async () => { return await dk.getNow({v}) })(); };
${code}