parent
2227705453
commit
564d29e923
1 changed files with 25 additions and 23 deletions
|
|
@ -610,8 +610,10 @@ angular.module('copayApp.services')
|
||||||
|
|
||||||
saveBwsUrl(function() {
|
saveBwsUrl(function() {
|
||||||
storageService.storeProfile(root.profile, function(err) {
|
storageService.storeProfile(root.profile, function(err) {
|
||||||
|
if (cb) {
|
||||||
return cb(err, client);
|
return cb(err, client);
|
||||||
});
|
}
|
||||||
|
return;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue