Skip to content

Commit f288987

Browse files
committed
fix(basic.gblib): Fix getNow return.
1 parent 5631ce9 commit f288987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/basic.gblib/services/GBVMService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ export class GBVMService extends GBService {
283283
const hour = (v) => { return (async () => { return await dk.getHourFromDate({v}) })(); };
284284
const base64 = (v) => { return (async () => { return await dk.getCoded({v}) })(); };
285285
const tolist = (v) => { return (async () => { return await dk.getToLst({v}) })(); };
286-
const now = (v) => { return (async () => { return await dk.getNow({v}) })(); };
287286
288287
${code}
289288

0 commit comments

Comments
 (0)