fixed brackets

This commit is contained in:
Kadir Sekha 2018-02-01 18:19:22 -04:00
commit 2227705453

View file

@ -610,10 +610,8 @@ angular.module('copayApp.services')
saveBwsUrl(function() {
storageService.storeProfile(root.profile, function(err) {
if (cb) {
return cb(err, client);
}
return;
});
});
});
};