Skip to content

Commit

Permalink
fix(basic.gblib): Fix getNow return.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanPerdomo committed Mar 27, 2023
1 parent 5631ce9 commit f288987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f288987

Please sign in to comment.