mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(dom) getDataFromStorage: callback called twice
This commit is contained in:
parent
d0db63c3b0
commit
18ee400d6f
1 changed files with 2 additions and 2 deletions
|
|
@ -1231,8 +1231,8 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
return Util.exec(callback);
|
||||
|
||||
Util.exec.parallel([
|
||||
exec.with(Storage.get, nameData, callback),
|
||||
exec.with(Storage.get, nameHash, callback),
|
||||
exec.with(Storage.get, nameData),
|
||||
exec.with(Storage.get, nameHash),
|
||||
], callback);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue