Revert "fixed brackets"

This reverts commit 2227705453.
This commit is contained in:
Kadir Sekha 2018-02-02 11:59:35 -04:00
commit 564d29e923

View file

@ -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;
}); });
}); });
}; };