Skip to content

Commit

Permalink
No need to specify opt_in: false
Browse files Browse the repository at this point in the history
  • Loading branch information
wioux committed Mar 1, 2017
1 parent 66923ed commit 7dee69a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/routes/api/subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ var post = function (req, res) {
'first_name': request.sender.firstName,
'last_name': request.sender.lastName,
source: 'democracy.io',
subscribe: true,
'opt_in': false
subscribe: true
},
'address_params': {
street: '',
Expand Down

0 comments on commit 7dee69a

Please sign in to comment.