mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(rest) onPut: lFiles.password -> lFiles && lFiles.password
This commit is contained in:
parent
bd5f0d1bc6
commit
e022369e26
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@
|
|||
|
||||
case 'config':
|
||||
var hash,
|
||||
passwd = lFiles.password,
|
||||
passwd = lFiles && lFiles.password,
|
||||
sha = crypto.createHash('sha1');
|
||||
config = main.config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue