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 d094100

Browse files
committedOct 31, 2017
Removed lint error
1 parent e1a446f commit d094100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ import _ from 'lodash'
145145
vm.loadingCommunities = false
146146
members.forEach(function(member) {
147147
if (member && member.memberId === vm.userId) {
148-
addWatchToExistingCommunity(member.groupId);
148+
addWatchToExistingCommunity(member.groupId)
149149
}
150150
})
151151
})
@@ -159,7 +159,7 @@ import _ from 'lodash'
159159
vm.loadingCommunities = false
160160
responses.forEach(function(program) {
161161
if (program) {
162-
addWatchToExistingCommunity(program.eventId);
162+
addWatchToExistingCommunity(program.eventId)
163163
}
164164
})
165165
})

0 commit comments

Comments
 (0)
This repository has been archived.