Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2ce169

Browse files
author
vikasrohit
committedMay 3, 2016
AS#118090147171048, Mail chimp Integration
-- Fixed lint errors -- Updated webpack-config version
1 parent 41b847e commit a2ce169

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
 

‎app/services/mailchimp.service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import angular from 'angular'
2-
import _ from 'lodash'
32

43
(function() {
54
'use strict'

‎app/skill-picker/skill-picker.controller.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ import _ from 'lodash'
140140

141141
function addToMailingList() {
142142
return MailchimpService.getMemberSubscription(userProfile).then(function(subscription) {
143-
console.log(subscription)
143+
logger.debug(subscription)
144144
if (!subscription) {
145145
return MailchimpService.addSubscription(userProfile).then(function(resp) {
146-
console.log(resp)
146+
logger.debug(resp)
147147
})
148148
}
149149
}).catch(function(err) {
150150
//TODO some error alert to community admin
151-
console.log('error in adding user to member list')
151+
logger.debug('error in adding user to member list')
152152
})
153153
}
154154

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"angular-mocks": "^1.4.9",
12-
"appirio-tech-webpack-config": "^0.2.0",
12+
"appirio-tech-webpack-config": "^0.3.0",
1313
"babel-polyfill": "^6.7.2",
1414
"bardjs": "^0.1.8",
1515
"bower": "^1.6.8",

0 commit comments

Comments
 (0)