mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
eslint фикс
This commit is contained in:
parent
bfccc5aac2
commit
d7bcaf8c2e
8 changed files with 24 additions and 24 deletions
|
@ -41,7 +41,7 @@ async function save_fiat() {
|
|||
new Date(data['timestamp']).toLocaleDateString()
|
||||
]);
|
||||
}).catch((err) => {
|
||||
logger.error(err)
|
||||
logger.error(err);
|
||||
setTimeout(save_fiat, err.config.timeout);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue