fixed brackets
This commit is contained in:
parent
5d10e7ea33
commit
2227705453
1 changed files with 23 additions and 25 deletions
|
|
@ -610,10 +610,8 @@ 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