mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(rest) copy: "to" implicitly declared
This commit is contained in:
parent
30b659ac80
commit
fed1b4e1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@
|
|||
|
||||
copy = function() {
|
||||
var isLast, name,
|
||||
from = files.from;
|
||||
from = files.from,
|
||||
to = files.to;
|
||||
|
||||
if (names) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue