mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
MailChimp API doesn't let us segment by custom properties like chinaVersion.
This commit is contained in:
parent
5bc58ce996
commit
a39a4d4c1c
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ UserSchema.statics.updateServiceSettings = (doc, callback) ->
|
||||||
groupings: [{id: mail.MAILCHIMP_GROUP_ID, groups: newGroups}]
|
groupings: [{id: mail.MAILCHIMP_GROUP_ID, groups: newGroups}]
|
||||||
'new-email': doc.get('email')
|
'new-email': doc.get('email')
|
||||||
}
|
}
|
||||||
#params.merge_vars.chinaVersion = true if doc.get('chinaVersion') # ???
|
|
||||||
params.update_existing = true
|
params.update_existing = true
|
||||||
|
|
||||||
onSuccess = (data) ->
|
onSuccess = (data) ->
|
||||||
|
|
Loading…
Reference in a new issue