mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(edit-names) shorthand properties
This commit is contained in:
parent
2fb5bc8f5b
commit
b175ea18e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue