From 54fcfc42bdb1e8fb86cf9c7df4c8985c1fc9e685 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 9 Oct 2024 14:44:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81,=20=D0=B5=D1=81=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B5=20=D0=BD=D0=B0=D1=85=D0=BE=D0=B4=D0=B8?= =?UTF-8?q?=D1=82=20=D1=82=D0=B0=D0=B9=D0=BC=D0=B0=D1=83=D1=82=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collect-currency/save_fiat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect-currency/save_fiat.js b/collect-currency/save_fiat.js index a864b1c..3c7dd49 100644 --- a/collect-currency/save_fiat.js +++ b/collect-currency/save_fiat.js @@ -57,7 +57,7 @@ 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); }); }), );