From 1d8fc82fe9e5a012b76a36c4d52ff5151b90343a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 9 Jun 2023 10:27:17 +0800 Subject: [PATCH] :test_tube: --- app/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/index.ts b/app/src/index.ts index d4efb5d65..f7a984851 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -183,7 +183,7 @@ export class App { initBlockPopover(this); promiseTransactions(); window.setInterval(() => { - console.log(new Date().getTime()) + console.log(new Date()) }, 10000); } }