updated
This commit is contained in:
parent
de6d595986
commit
da5ebaeabb
@ -189,7 +189,7 @@ console.log(__dirname);
|
|||||||
console.log(`Node Express server listening on http://localhost:${PORT}`);
|
console.log(`Node Express server listening on http://localhost:${PORT}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
cron.schedule('* * * * *', () => {
|
cron.schedule('* * * * * *', () => {
|
||||||
universalGetLatestBlockDetails('Testnet');
|
universalGetLatestBlockDetails('Testnet');
|
||||||
universalGetLatestBlockDetails('Floonet');
|
universalGetLatestBlockDetails('Floonet');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user