mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-27 06:44:56 +00:00
readability
This commit is contained in:
parent
e5ebb75d22
commit
f2ea9e849b
@ -629,7 +629,7 @@ module.exports = {
|
||||
(transferred, total) => {
|
||||
progressCalled = true;
|
||||
},
|
||||
(error) => {
|
||||
(error, realm) => {
|
||||
if (error) {
|
||||
reject(error);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user