From b175ea18e24257b2e69eff9e0972ad3d3a0a7056 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 31 May 2018 11:27:19 +0300 Subject: [PATCH] chore(edit-names) shorthand properties --- client/modules/edit-names.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/modules/edit-names.js b/client/modules/edit-names.js index cacc0b8a..f9995455 100644 --- a/client/modules/edit-names.js +++ b/client/modules/edit-names.js @@ -136,8 +136,8 @@ CloudCmd.EditNames = function EditNamesProto(callback) { method: 'put', credentials: 'include', body: JSON.stringify({ - from: from, - to: to, + from, + to, dir: getDir(root, dir) }) });