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.
1 parent de42c06 commit 3db2d09Copy full SHA for 3db2d09
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