From ac598c7f95706a3a666c736014eebd8f23900950 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Apr 2017 14:46:26 +0300 Subject: [PATCH] chore(operation) rm " " --- client/modules/operation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/operation/index.js b/client/modules/operation/index.js index 4ca7da29..51813abe 100644 --- a/client/modules/operation/index.js +++ b/client/modules/operation/index.js @@ -61,7 +61,7 @@ function OperationProto(operation, data) { function authCheck(spawn, ok) { if (!config('auth')) return ok(); - + spawn.on('accept', ok); spawn.on('reject', () => { Dialog.alert(TITLE, 'Wrong credentials!');