chore(edit-names) shorthand properties

This commit is contained in:
coderaiser 2018-05-31 11:27:19 +03:00
parent 2fb5bc8f5b
commit b175ea18e2

View file

@ -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)
})
});