mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(get) hash -> hex
This commit is contained in:
parent
fe4d806c33
commit
dbf379a175
1 changed files with 2 additions and 2 deletions
|
|
@ -51,9 +51,9 @@
|
|||
var hex;
|
||||
|
||||
if (!error)
|
||||
hash = hash.get();
|
||||
hex = hash.get();
|
||||
|
||||
func(error, hash);
|
||||
func(error, hex);
|
||||
}
|
||||
});
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue