From f3da5a902662e35fcbe46d9beea0045411f4c8c5 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 23 Jan 2020 15:56:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/api/misc.js | 2 +- client/api/reader.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/api/misc.js b/client/api/misc.js index 1e63138a..970b4799 100644 --- a/client/api/misc.js +++ b/client/api/misc.js @@ -19,7 +19,7 @@ class Misc { console.error(e); } - //если WebSocket проблема, работаем по http + //если с WebSocket проблема, работаем по http const response = await api.post('/config', query); return response.data; } diff --git a/client/api/reader.js b/client/api/reader.js index 1ff1e187..4ba39515 100644 --- a/client/api/reader.js +++ b/client/api/reader.js @@ -36,7 +36,7 @@ class Reader { console.error(e); } - //если WebSocket проблема, работаем по http + //если с WebSocket проблема, работаем по http const refreshPause = 500; let i = 0; response = {};