Skip to content

Commit

Permalink
Add Account tag for mailchimp (#16809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Thomas authored Jan 2, 2023
1 parent a078252 commit fcd081c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/feconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def get_empty_ratings() -> Dict[str, int]:
# Valid Mailchimp merge keys.
VALID_MAILCHIMP_FIELD_KEYS = ['NAME']
# Valid Mailchimp tags.
VALID_MAILCHIMP_TAGS = ['Android', 'Web']
VALID_MAILCHIMP_TAGS = ['Account', 'Android', 'Web']

ES_LOCALHOST_PORT = 9200
# NOTE TO RELEASE COORDINATORS: Replace this with the correct ElasticSearch
Expand Down

0 comments on commit fcd081c

Please sign in to comment.