fix(basic.gblib): Fix getNow return.
This commit is contained in:
parent
5631ce9610
commit
f2889879a6
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ export class GBVMService extends GBService {
|
||||||
const hour = (v) => { return (async () => { return await dk.getHourFromDate({v}) })(); };
|
const hour = (v) => { return (async () => { return await dk.getHourFromDate({v}) })(); };
|
||||||
const base64 = (v) => { return (async () => { return await dk.getCoded({v}) })(); };
|
const base64 = (v) => { return (async () => { return await dk.getCoded({v}) })(); };
|
||||||
const tolist = (v) => { return (async () => { return await dk.getToLst({v}) })(); };
|
const tolist = (v) => { return (async () => { return await dk.getToLst({v}) })(); };
|
||||||
const now = (v) => { return (async () => { return await dk.getNow({v}) })(); };
|
|
||||||
|
|
||||||
${code}
|
${code}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue