We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e58d8f4 + 3db2d09 commit d464a36Copy full SHA for d464a36
app/settings/email/email.controller.js
@@ -67,7 +67,7 @@ import angular from 'angular'
67
vm.loading = false
68
if (!subscription) {
69
// add member to the list with default preferences
70
- MailchimpService.addSubscription(userData, {}).then(function(resp) {
+ MailchimpService.addSubscription(userData).then(function(resp) {
71
logger.debug(resp)
72
}).catch(function(err) {
73
// no error to user
0 commit comments