From 4f1ad14f8b9fa76859430dc7cc2d75eab6f0049c Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Sat, 15 Dec 2018 22:25:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=81=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=87=D0=B5=D0=B9?= =?UTF-8?q?=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B8=20=D0=BE=D1=82=D0=B2?= =?UTF-8?q?=D0=B5=D1=82=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/db_connector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/db_connector.js b/core/db_connector.js index 5c8d437..a0666f9 100644 --- a/core/db_connector.js +++ b/core/db_connector.js @@ -576,8 +576,8 @@ class DBConnector extends EventEmitter { //Если структура объекта в норме if (!sCheckResult) { //Исполняем действие в БД - let res = await this.setQueueMsg({ prms }); - res = await this.setQueueResp({ prms }); + let res = await this.setQueueMsg(prms); + res = await this.setQueueResp(prms); //Вернём измененную запись return res; } else {