Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f1409d8

Browse files
author
vikasrohit
committed
AS#121262308049598, Change newsletter default
-- Fixed
1 parent 7fb6f5d commit f1409d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/services/mailchimp.service.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ import angular from 'angular'
4848
interests: {}
4949
}
5050
if (!preferences) {
51-
subscription.interests[CONSTANTS.MAILCHIMP_NL_TCO] = true
52-
subscription.interests[CONSTANTS.MAILCHIMP_NL_IOS] = true
53-
subscription.interests[CONSTANTS.MAILCHIMP_NL_DEV] = true
54-
subscription.interests[CONSTANTS.MAILCHIMP_NL_DESIGN] = true
55-
subscription.interests[CONSTANTS.MAILCHIMP_NL_DATA] = true
51+
subscription.interests[CONSTANTS.MAILCHIMP_NL_GEN] = true
5652
} else {
5753
subscription.interests = preferences
5854
}

0 commit comments

Comments
 (0)