mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
eslint fix
This commit is contained in:
parent
46661287fa
commit
c9c9717d22
6 changed files with 58 additions and 40 deletions
|
@ -57,7 +57,10 @@ async function save_fiat() {
|
|||
})
|
||||
.catch((err) => {
|
||||
logger.error(err);
|
||||
setTimeout(save_fiat, err.config?.timeout ? err.config?.timeout : 3000);
|
||||
setTimeout(
|
||||
save_fiat,
|
||||
err.config?.timeout ? err.config?.timeout : 3000,
|
||||
);
|
||||
});
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue